http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621
--- Comment #28 from Marc Véron <[email protected]> --- If the field 'agerestriction'is not in the table, you should run: installer/data/mysql/updatedatabase.pl or as alternative you can do the update directly using the following MySQL statement: ALTER TABLE biblioitems ADD COLUMN 'agerestriction' VARCHAR(255) DEFAULT NULL AFTER 'cn_sort' ; Can you do that in the sandbox? -- 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/
