Not using tbl_language anymore

This commit is contained in:
Ibnu Maksum
2023-09-05 15:25:41 +07:00
parent b460e862e8
commit b7eca582a6
7 changed files with 22 additions and 81 deletions

View File

@ -17,5 +17,8 @@
"2023.8.28" : [
"ALTER TABLE `tbl_user_recharges` ADD `recharged_time` time NOT NULL DEFAULT '00:00:00' AFTER `recharged_on`;",
"ALTER TABLE `tbl_transactions` ADD `recharged_time` time NOT NULL DEFAULT '00:00:00' AFTER `recharged_on`;"
],
"2023.9.5" : [
"DROP TABLE `tbl_language`;"
]
}