diff --git a/system/updates.json b/system/updates.json index 06e365a8..2d07b866 100644 --- a/system/updates.json +++ b/system/updates.json @@ -38,5 +38,8 @@ ], "2023.12.15": [ "ALTER TABLE `tbl_customers` ADD `service_type` ENUM('Hotspot','PPPoE','Others') DEFAULT 'Others' COMMENT 'For selecting user type' AFTER `balance`;" + ], + "2024.1.11": [ + "ALTER TABLE `tbl_plans` ADD `allow_purchase` ENUM('yes','no') DEFAULT 'yes' COMMENT 'allow to show package in buy package page' AFTER `enabled`;" ] } \ No newline at end of file