Update db/schema.rb

This commit is contained in:
Eduardo Martinez Echevarria
2017-06-30 15:49:10 +02:00
parent 331976e3b5
commit 87fc8e8fdd

View File

@@ -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