mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
Update updates.json
Database : add allow purchase
This commit is contained in:
parent
f4c5b6a8bb
commit
5ef0520c74
1 changed files with 3 additions and 0 deletions
|
@ -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`;"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue