summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql')
-rw-r--r--internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql b/internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql
index 434068170..77016c801 100644
--- a/internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql
+++ b/internal/storage/migrations/postgres/V0013.OneTimeCode.up.sql
@@ -15,4 +15,3 @@ CREATE TABLE IF NOT EXISTS one_time_code (
);
CREATE UNIQUE INDEX one_time_code_lookup_key ON one_time_code (signature, username);
-CREATE INDEX one_time_code_lookup ON one_time_code (signature, username);