mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
event index for actioning_site_id
This commit is contained in:
parent
baf9b6100d
commit
9d9ada3acc
1 changed files with 9 additions and 0 deletions
9
migrations/100_add_event_actioning_site_id_index.rb
Normal file
9
migrations/100_add_event_actioning_site_id_index.rb
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Sequel.migration do
|
||||||
|
up {
|
||||||
|
DB.add_index :events, :actioning_site_id
|
||||||
|
}
|
||||||
|
|
||||||
|
down {
|
||||||
|
DB.drop_index :events, :actioning_site_id
|
||||||
|
}
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue