BZ7677: New areas in subscriptions and new functions when receiving.
[koha.git] / installer / data / mysql / atomicupdate / bug_7677_Adds_fields_to_subscription_table_and_makePreviousSerialAvailable_syspref.sql
1 ALTER TABLE `subscription` ADD `itemtype` VARCHAR( 10 ) NULL AFTER reneweddate, ADD `previousitemtype` VARCHAR( 10 ) NULL AFTER itemtype;
2 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('makePreviousSerialAvailable','0','make previous serial automatically available when collecting a new serial. Please note that the item-level_itypes syspref must be set to specific item.','','YesNo');