mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
event actioning_site migration
This commit is contained in:
parent
070d8df1db
commit
ad9ac1e68d
1 changed files with 9 additions and 0 deletions
9
migrations/029_add_actioning_site_to_events.rb
Normal file
9
migrations/029_add_actioning_site_to_events.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :events, :actioning_site_id, :integer
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :events, :actioning_site_id
|
||||
}
|
||||
end
|
Loading…
Add table
Reference in a new issue