mirror of
https://github.com/neocities/neocities.git
synced 2026-05-26 15:48:55 +00:00
event actioning_site migration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user