[feat] Add include_happening_now field to splashpages table
This commit is contained in:
parent
1977b5be49
commit
4aab0539b5
4 changed files with 9 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddIncludeHappeningNowToSplashpages < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :splashpages, :include_happening_now, :boolean
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue