We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d12d9 commit 2be90c7Copy full SHA for 2be90c7
migrations/20230411005111_remove_duplicate_idx.up.sql
@@ -1 +1 @@
1
-drop index {{index .Options "Namespace" }}.refresh_tokens_token_idx;
+drop index if exists {{index .Options "Namespace" }}.refresh_tokens_token_idx;
0 commit comments