Skip to content

Commit

Permalink
fix typo in migration rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
mk6i committed Jul 14, 2024
1 parent 3a3bc85 commit 20fc3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/migrations/0005_user_settings.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CREATE TABLE users_backup
);

INSERT INTO users_backup (identScreenName, displayScreenName, authKey, strongMD5Pass, weakMD5Pass)
SELECT dentScreenName, displayScreenName, authKey, strongMD5Pass, weakMD5Pass
SELECT identScreenName, displayScreenName, authKey, strongMD5Pass, weakMD5Pass
FROM users;

DROP TABLE users;
Expand Down

0 comments on commit 20fc3e5

Please sign in to comment.