We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21efc08 commit 0bd8f60Copy full SHA for 0bd8f60
migrations/postgresql/2024-09-04-091351_use_device_type_for_mails/down.sql
@@ -1 +1 @@
1
-ALTER TABLE `twofactor_incomplete` DROP COLUMN `device_type`;
+ALTER TABLE twofactor_incomplete DROP COLUMN device_type;
migrations/postgresql/2024-09-04-091351_use_device_type_for_mails/up.sql
-ALTER TABLE `twofactor_incomplete` ADD COLUMN `device_type` INTEGER NOT NULL;
+ALTER TABLE twofactor_incomplete ADD COLUMN device_type INTEGER NOT NULL;
0 commit comments