https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912
--- Comment #9 from Jonathan Druart <[email protected]> --- (In reply to Keith Sorbo from comment #8) > (In reply to Nick Clemens from comment #6) > > Created attachment 135881 [details] > > Script to allow running a single update > > > > Provide the file name of the update you wish to run in the update option. > > > > e.g. > > > > perl run_single_update.pl --update 211200016.pl > > (Again, please forgive my koha ignorance!) > > What folder do I run this from? > I tried from /usr/share/koha/ > > and get Can't locate C4/Context.pm in @INC You need a MySQL CLI then run: ALTER TABLE user_permissions DROP INDEX `PRIMARY`; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
