Commit a3d7cc93 authored by Steven's avatar Steven

fix: migration script

parent 178a5c01
......@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment