Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
only drop index if it still exists
Browse files Browse the repository at this point in the history
so that hotfixed deployments don't break on upgrade
  • Loading branch information
vito committed Jun 6, 2018
1 parent 0441dcc commit 01ec081
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions db/migration/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,3 +1,3 @@
BEGIN;
DROP INDEX versioned_resources_check_order;
DROP INDEX IF EXISTS versioned_resources_check_order;
COMMIT;

0 comments on commit 01ec081

Please sign in to comment.