mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: migration script
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user