schema.rb changes

This commit is contained in:
Manu
2019-01-18 12:39:35 -05:00
parent 14d64e94d0
commit bf219a0a43

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20181206153510) do
ActiveRecord::Schema.define(version: 20181220163447) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -666,6 +666,8 @@ ActiveRecord::Schema.define(version: 20181206153510) do
t.date "draft_end_date"
t.boolean "draft_phase_enabled", default: false
t.boolean "homepage_enabled", default: false
t.text "background_color"
t.text "font_color"
end
add_index "legislation_processes", ["allegations_end_date"], name: "index_legislation_processes_on_allegations_end_date", using: :btree