Skip to content

Commit

Permalink
Adapt SQL syntax to SQL92
Browse files Browse the repository at this point in the history
  • Loading branch information
vadeg committed Jul 13, 2021
1 parent f3d45a3 commit eb75e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CREATE INDEX CONCURRENTLY IF NOT EXISTS rule_violation_api_review_id_idx ON rule_violation(api_review_id);
CREATE INDEX IF NOT EXISTS rule_violation_api_review_id_idx ON rule_violation(api_review_id);

0 comments on commit eb75e94

Please sign in to comment.