fix: migration script

This commit is contained in:
Steven 2023-09-16 14:01:05 +08:00
parent 178a5c0130
commit a3d7cc9392

View File

@ -22,4 +22,4 @@ FROM
DROP TABLE user;
ALTER TABLE user_temp_temp RENAME TO user_temp;
ALTER TABLE user_temp RENAME TO user_temp;