Skip to content

Commit 11fa653

Browse files
willnodeChris Stockton
authored andcommitted
fix: Migration error with different auth schema
1 parent 3b666f5 commit 11fa653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/20240729123726_add_mfa_phone_config.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
do $$ begin
2-
alter type {{ index .Options "Namespace" }}.factor_type add value 'phone';
2+
alter type factor_type add value 'phone';
33
exception
44
when duplicate_object then null;
55
end $$;

0 commit comments

Comments
 (0)