Expired IP Pool Hotspot/PPPOE

This commit is contained in:
Ibnu Maksum
2023-09-05 16:40:23 +07:00
parent b7eca582a6
commit 5c9a0d8ea6
13 changed files with 72 additions and 26 deletions

View File

@ -19,6 +19,7 @@
"ALTER TABLE `tbl_transactions` ADD `recharged_time` time NOT NULL DEFAULT '00:00:00' AFTER `recharged_on`;"
],
"2023.9.5" : [
"DROP TABLE `tbl_language`;"
"DROP TABLE `tbl_language`;",
"ALTER TABLE `tbl_plans` ADD `pool_expired` varchar(40) NOT NULL DEFAULT '' AFTER `pool`;"
]
}