mirror of
https://github.com/neocities/neocities.git
synced 2025-06-29 07:33:26 +02:00
index score, filter site_changed for compute
This commit is contained in:
parent
a732cfda88
commit
b75116d13c
2 changed files with 10 additions and 1 deletions
9
migrations/077_decimal_sauce_index.rb
Normal file
9
migrations/077_decimal_sauce_index.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_index :sites, :score
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_index :sites, :score
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue