Skip to content

Commit

Permalink
fix: Sync script line endings [skip pizza] (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Dec 1, 2023
1 parent 268d3ec commit 88f9a53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/seed-database/write/team_integrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ CREATE TEMPORARY TABLE sync_team_integrations (
staging_bops_submission_url text
);

\COPY sync_team_integrations
FROM
'/tmp/team_integrations.csv' WITH (FORMAT csv, DELIMITER ';');
\COPY sync_team_integrations FROM '/tmp/team_integrations.csv' WITH (FORMAT csv, DELIMITER ';');

INSERT INTO
team_integrations (id, team_id, staging_bops_submission_url)
Expand Down

0 comments on commit 88f9a53

Please sign in to comment.