️ Remove redundant index on votes table (#1050)

This commit is contained in:
Luke Vella 2024-03-09 10:17:40 +05:30 committed by GitHub
parent fe856d6c7d
commit 247085869d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1,2 @@
-- DropIndex
DROP INDEX "votes_poll_id_idx";