diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-08-19 16:35:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 6cabb205ea995a95f2211896f738f226fd27f7bb (patch) | |
| tree | f46a70cc331fc738d59acbc19a5ad9b0f8e6a031 /migrations/0001_indices.sql | |
| parent | 8c25a6f240d92f85a370df684da1d485829a894b (diff) | |
Migrate to SQLite3
Diffstat (limited to 'migrations/0001_indices.sql')
| -rw-r--r-- | migrations/0001_indices.sql | 3 |
1 files changed, 0 insertions, 3 deletions
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); |
