Fix compatibility with MariaDB-10.3.34

pull/1/head
Moe Kotoki 2022-03-21 20:22:13 +08:00 committed by Dom Eori
parent 16ff6313ca
commit 5a4bc33e13
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
ALTER TABLE `maimai2_user_course` ALTER TABLE `maimai2_user_course` CHANGE `total_rest_life` `total_restlife` INTEGER;
RENAME COLUMN `total_rest_life` TO `total_restlife`;