Bug 20144: [sql_modes] Set a default value for lowestPriority
[koha.git] / installer / data / mysql / atomicupdate / bug_xxxxx_reserves.lowestPriority.sql
1 ALTER TABLE reserves MODIFY lowestPriority tinyint(1) NOT NULL DEFAULT 0;
2 ALTER TABLE old_reserves MODIFY lowestPriority tinyint(1) NOT NULL DEFAULT 0;