Update updates.json
Database : add allow purchase
This commit is contained in:
parent
f4c5b6a8bb
commit
5ef0520c74
@ -38,5 +38,8 @@
|
|||||||
],
|
],
|
||||||
"2023.12.15": [
|
"2023.12.15": [
|
||||||
"ALTER TABLE `tbl_customers` ADD `service_type` ENUM('Hotspot','PPPoE','Others') DEFAULT 'Others' COMMENT 'For selecting user type' AFTER `balance`;"
|
"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`;"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user