https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17005

--- Comment #18 from Josef Moravec <[email protected]> ---
(In reply to Jiri Kozlovsky from comment #17)
> (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

I don't think you'd like to run provision just for updating the database, there
is quicker way:

cd kohaclone
sudo koha-shell kohadev
installer/data/mysql/updatedatabase.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to