We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b666f5 commit 11fa653Copy full SHA for 11fa653
migrations/20240729123726_add_mfa_phone_config.up.sql
@@ -1,5 +1,5 @@
1
do $$ begin
2
- alter type {{ index .Options "Namespace" }}.factor_type add value 'phone';
+ alter type factor_type add value 'phone';
3
exception
4
when duplicate_object then null;
5
end $$;
0 commit comments