Skip to content

Commit

Permalink
fix: Typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 29, 2024
1 parent 1580aed commit 73c88a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alter table "public"."team_integrations" add column "staging_bops_secret" text
null;

comment on column "public"."team_integrations"."staging_bops_secret" is E 'Secret required for BOPS submission in the format <API_KEY>:<INITIALIZATION_VECTOR>';
comment on column "public"."team_integrations"."staging_bops_secret" is E'Secret required for BOPS submission in the format <API_KEY>:<INITIALIZATION_VECTOR>';

alter table "public"."team_integrations" add column "production_bops_secret" text
null;
Expand Down

0 comments on commit 73c88a5

Please sign in to comment.