Skip to content

Commit

Permalink
Merge remote-tracking branch 'dani/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Sep 20, 2024
2 parents a0ba62a + 0bd8f60 commit 5425410
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 5425410

Please sign in to comment.