diff --git a/hasura.planx.uk/migrations/1713793168052_alter_table_public_team_integrations_add_column_staging_file_api_key/up.sql b/hasura.planx.uk/migrations/1713793168052_alter_table_public_team_integrations_add_column_staging_file_api_key/up.sql index e331ec5c6f..2ab50f3190 100644 --- a/hasura.planx.uk/migrations/1713793168052_alter_table_public_team_integrations_add_column_staging_file_api_key/up.sql +++ b/hasura.planx.uk/migrations/1713793168052_alter_table_public_team_integrations_add_column_staging_file_api_key/up.sql @@ -1,7 +1,7 @@ alter table "public"."team_integrations" -add column "staging_file_api_key" text null -add column "production_file_api_key" text null -add column "power_automate_webhook_url" text null; +add column staging_file_api_key text null, +add column production_file_api_key text null, +add column power_automate_webhook_url text null; comment on column "public"."team_integrations"."staging_file_api_key" is E'Secret allowing a council to download private S3 user files via the Planx API in the format :'; comment on column "public"."team_integrations"."production_file_api_key" is E'Secret allowing a council to download private S3 user files via the Planx API in the format :';