Skip to content

Commit

Permalink
[NO-ISSUE] Set default value for totp_enabled migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Dec 13, 2023
1 parent 5e96e17 commit 2904f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20231122154627_add_totp_to_users.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
alter table users
add column totp_key text,
add column totp_enabled boolean not null;
add column totp_enabled boolean not null default false;

0 comments on commit 2904f11

Please sign in to comment.