[Fix #154] Remove archived from Procedure

This commit is contained in:
gregoirenovel 2017-07-11 15:01:06 +02:00
parent 758ea612c6
commit 69c77331d6
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class RemoveArchivedFromProcedures < ActiveRecord::Migration[5.0]
def change
remove_column :procedures, :archived
end
end

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170711125429) do
ActiveRecord::Schema.define(version: 20170711125726) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -373,7 +373,6 @@ ActiveRecord::Schema.define(version: 20170711125429) do
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "administrateur_id"
t.boolean "archived", default: false
t.boolean "euro_flag", default: false
t.string "logo"
t.boolean "cerfa_flag", default: false