Bug 14695 - Update database
[koha.git] / installer / data / mysql / atomicupdate / bug_7710.sql
1 ALTER TABLE issuingrules ADD COLUMN holds_per_record SMALLINT(6) NOT NULL DEFAULT 1 AFTER reservesallowed;