[feat] Add include_happening_now field to splashpages table

This commit is contained in:
Jimmy 2021-04-01 13:08:09 +08:00 committed by CactusPuppy
parent 1e88ff6ad7
commit fd8652d768
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
4 changed files with 9 additions and 1 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_03_06_185903) do
ActiveRecord::Schema.define(version: 2021_04_01_050437) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -442,6 +442,7 @@ ActiveRecord::Schema.define(version: 2021_03_06_185903) do
t.boolean "include_cfp", default: false
t.boolean "include_booths"
t.boolean "shuffle_highlights", default: false, null: false
t.boolean "include_happening_now"
end
create_table "sponsors", force: :cascade do |t|