Skip to content

Commit

Permalink
(fix) syntax error at or near "WHERE" (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltansg authored Jul 7, 2023
1 parent 5735a8e commit 1c32eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/20230627151100_update_match_vectors.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ END;
$$;

INSERT INTO migrations (name)
SELECT '20230627151100_update_match_vectors';
SELECT '20230627151100_update_match_vectors'
WHERE NOT EXISTS (
SELECT 1 FROM migrations WHERE name = '20230627151100_update_match_vectors'
);
Expand Down

0 comments on commit 1c32eb5

Please sign in to comment.