Skip to content

Commit 0bd8f60

Browse files
authored
remove backtics from postgresql migrations (dani-garcia#4968)
1 parent 21efc08 commit 0bd8f60

File tree

2 files changed

+2
-2
lines changed
  • migrations/postgresql/2024-09-04-091351_use_device_type_for_mails

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE `twofactor_incomplete` DROP COLUMN `device_type`;
1+
ALTER TABLE twofactor_incomplete DROP COLUMN device_type;
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE `twofactor_incomplete` ADD COLUMN `device_type` INTEGER NOT NULL;
1+
ALTER TABLE twofactor_incomplete ADD COLUMN device_type INTEGER NOT NULL;

0 commit comments

Comments
 (0)