Skip to content

Commit

Permalink
migrations/mysql: add index to eplay table
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed Jun 20, 2024
1 parent d33a244 commit c10b1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/mysql/0018_eplay_isong_dt_index.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS isong_dt ON eplay (isong, dt);

0 comments on commit c10b1d3

Please sign in to comment.