[feat] Add include_happening_now field to splashpages table

This commit is contained in:
Jimmy 2021-04-01 13:08:09 +08:00
parent 1977b5be49
commit 4aab0539b5
4 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddIncludeHappeningNowToSplashpages < ActiveRecord::Migration[5.2]
def change
add_column :splashpages, :include_happening_now, :boolean
end
end