diff --git a/system/updates.json b/system/updates.json index 002ad15b..295e71fa 100644 --- a/system/updates.json +++ b/system/updates.json @@ -84,5 +84,8 @@ ], "2024.3.19.1" : [ "ALTER TABLE `tbl_customers` ADD `account_type` ENUM('Business', 'Personal') DEFAULT 'Personal' COMMENT 'For selecting account type' AFTER `coordinates`;" + ], + "2024.3.19.2" : [ + "ALTER TABLE `tbl_plans` ADD `plan_type` ENUM('Business', 'Personal') DEFAULT 'Personal' COMMENT 'For selecting account type' ;" ] } \ No newline at end of file