fix(user): update SQL migration scripts to use IF NOT EXISTS for column additions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `User`
|
||||
DROP COLUMN `algo`,
|
||||
DROP COLUMN `salt`;
|
||||
Reference in New Issue
Block a user