remove backtics from postgresql migrations (#4968)

This commit is contained in:
Stefan Melmuk 2024-09-19 19:18:09 +02:00 committed by GitHub
parent 21efc0800d
commit 0bd8f607cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
ALTER TABLE `twofactor_incomplete` DROP COLUMN `device_type`; ALTER TABLE twofactor_incomplete DROP COLUMN device_type;

View File

@ -1 +1 @@
ALTER TABLE `twofactor_incomplete` ADD COLUMN `device_type` INTEGER NOT NULL; ALTER TABLE twofactor_incomplete ADD COLUMN device_type INTEGER NOT NULL;