From 6cabb205ea995a95f2211896f738f226fd27f7bb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 19 Aug 2024 16:35:50 +0300 Subject: Migrate to SQLite3 --- migrations/0001_indices.sql | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 migrations/0001_indices.sql (limited to 'migrations/0001_indices.sql') diff --git a/migrations/0001_indices.sql b/migrations/0001_indices.sql deleted file mode 100644 index 42007ee..0000000 --- a/migrations/0001_indices.sql +++ /dev/null @@ -1,3 +0,0 @@ -CREATE INDEX IF NOT EXISTS idx_votes_poll_id_voter_name ON votes (poll_id, voter_name); -CREATE INDEX IF NOT EXISTS idx_choices_poll_id_start_datetime ON choices (poll_id, start_datetime); -CREATE INDEX IF NOT EXISTS idx_votes_choice_id ON votes (choice_id); -- cgit v1.3