diff --git a/db/schema.rb b/db/schema.rb index 3c21882e9..042bec7dd 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20170623141655) do +ActiveRecord::Schema.define(version: 20170626081337) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -429,6 +429,7 @@ ActiveRecord::Schema.define(version: 20170623141655) do t.boolean "allegations_phase_enabled", default: false t.boolean "draft_publication_enabled", default: false t.boolean "result_publication_enabled", default: false + t.boolean "published", default: true end add_index "legislation_processes", ["allegations_end_date"], name: "index_legislation_processes_on_allegations_end_date", using: :btree