update plan type

This commit is contained in:
iBNu Maksum 2024-03-19 18:21:38 +07:00 committed by GitHub
parent e9240f462d
commit ea743b6db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' ;"
]
}