[Koha-bugs] [Bug 17005] REST API: add routes to list checkouts history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 13 10:47:32 CET 2017


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

--- Comment #18 from Josef Moravec <josef.moravec at gmail.com> ---
(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.


More information about the Koha-bugs mailing list