server/initialize/migrate/database/02116_user_algo.down.sql

4 lines
63 B
SQL

ALTER TABLE `user`
DROP COLUMN `algo`,
DROP COLUMN `salt`;