https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17005 --- Comment #17 from Jiri Kozlovsky <mail@jkozlovsky.cz> --- (In reply to Josef Moravec from comment #16)
(In reply to Jiri Kozlovsky from comment #15)
Someone please help me, I'm stuck in writing unit tests in kohadevbox.
t/db_dependent/api/v1/patrons.t .. DBD::mysql::st execute failed: Unknown column 'overdrive_auth_token' in 'field list'
I think it's obvious there is some problem with DB, but I have no idea what it could be about :(
You are right, looks like you do need to update your database schema
I thought kohadevbox takes care of that? Btw I'm running it with this command: LOCAL_ANSIBLE=1 SYNC_REPO="/etc/koha/kohaclone" SKIP_WEBINSTALLER=1 CREATE_ADMIN_USER=1 vagrant up --provision -- You are receiving this mail because: You are watching all bug changes.