diff options
Diffstat (limited to 'internal/storage/migrations/sqlite/V0013.OneTimeCode.up.sql')
| -rw-r--r-- | internal/storage/migrations/sqlite/V0013.OneTimeCode.up.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/storage/migrations/sqlite/V0013.OneTimeCode.up.sql b/internal/storage/migrations/sqlite/V0013.OneTimeCode.up.sql index f7e2ab0f7..6fc19d524 100644 --- a/internal/storage/migrations/sqlite/V0013.OneTimeCode.up.sql +++ b/internal/storage/migrations/sqlite/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); |
