27 Jun
2012
27 Jun
'12
3:20 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621 --- Comment #28 from Marc Véron <veron@veron.ch> --- 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.