Skip to content

Commit

Permalink
Delete flaky sql query
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Feb 1, 2024
1 parent 7daac84 commit c56495e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@ BEGIN TRANSACTION;

ALTER TABLE accounts ADD COLUMN account_sync_source TEXT;

UPDATE accounts SET
account_sync_source = CASE
WHEN account_id THEN 'goCardless'
ELSE NULL
END;

COMMIT;

0 comments on commit c56495e

Please sign in to comment.