Fix compatibility with MariaDB-10.3.34

This commit is contained in:
Moe Kotoki
2022-03-21 20:22:13 +08:00
committed by Dom Eori
parent 16ff6313ca
commit 5a4bc33e13

View File

@@ -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;