mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
add index for slow featured_at query
This commit is contained in:
parent
a2677bb930
commit
687a134207
1 changed files with 9 additions and 0 deletions
9
migrations/112_sites_featured_at_index.rb
Normal file
9
migrations/112_sites_featured_at_index.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_index :sites, :featured_at
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_index :sites, :featured_at
|
||||
}
|
||||
end
|
Loading…
Add table
Reference in a new issue