fix(user): modify SQL migration scripts to add columns only if they do not exist
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
ALTER TABLE `User`
|
||||
ALTER TABLE `user`
|
||||
DROP COLUMN `algo`,
|
||||
DROP COLUMN `salt`;
|
||||
|
||||
Reference in New Issue
Block a user