fix(user): modify SQL migration scripts to add columns only if they do not exist

This commit is contained in:
Chang lue Tsen
2025-10-17 11:20:16 -04:00
parent 2dae837323
commit 396862f59d
3 changed files with 37 additions and 5 deletions
@@ -1,3 +1,3 @@
ALTER TABLE `User`
ALTER TABLE `user`
DROP COLUMN `algo`,
DROP COLUMN `salt`;