Skip to content

Commit 2be90c7

Browse files
authored
fix: make migration idempotent (#1079)
## What kind of change does this PR introduce? * Migration to remove duplicate index wasn't idempotent
1 parent 93d12d9 commit 2be90c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
drop index {{index .Options "Namespace" }}.refresh_tokens_token_idx;
1+
drop index if exists {{index .Options "Namespace" }}.refresh_tokens_token_idx;

0 commit comments

Comments
 (0)