Skip to content

Commit

Permalink
remove backtics from postgresql migrations (dani-garcia#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan0xC authored Sep 19, 2024
1 parent 21efc08 commit 0bd8f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE `twofactor_incomplete` DROP COLUMN `device_type`;
ALTER TABLE twofactor_incomplete DROP COLUMN device_type;
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE `twofactor_incomplete` ADD COLUMN `device_type` INTEGER NOT NULL;
ALTER TABLE twofactor_incomplete ADD COLUMN device_type INTEGER NOT NULL;

0 comments on commit 0bd8f60

Please sign in to comment.