mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
Fix compatibility with MariaDB-10.3.34
This commit is contained in:
@@ -1,2 +1 @@
|
||||
ALTER TABLE `maimai2_user_course`
|
||||
RENAME COLUMN `total_rest_life` TO `total_restlife`;
|
||||
ALTER TABLE `maimai2_user_course` CHANGE `total_rest_life` `total_restlife` INTEGER;
|
||||
Reference in New Issue
Block a user