Additional Cost, and Confirm Recharge

This commit is contained in:
Ibnu Maksum
2024-03-14 12:14:11 +07:00
parent ca27c47b75
commit e206a583fd
11 changed files with 263 additions and 117 deletions

View File

@ -75,5 +75,8 @@
],
"2024.3.12" : [
"ALTER TABLE `tbl_plans` CHANGE `allow_purchase` `prepaid` ENUM('yes','no') CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'yes' COMMENT 'is prepaid';"
],
"2024.3.14" : [
"ALTER TABLE `tbl_transactions` ADD `note` VARCHAR(256) NOT NULL DEFAULT '' COMMENT 'for note' AFTER `type`;"
]
}