From ea743b6db63a97b41d61a379d4161a53e869e7cb Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Tue, 19 Mar 2024 18:21:38 +0700 Subject: [PATCH] update plan type --- system/updates.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/updates.json b/system/updates.json index 002ad15..295e71f 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