Delete last migration

This commit is contained in:
Xavier J 2016-12-01 19:08:25 +01:00
parent dd46485f2e
commit 778dd1a3e4
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +0,0 @@
class DeleteColumnTestInProcedureTable < ActiveRecord::Migration[5.0]
def change
remove_column :procedures, :test
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: 20161115053251) do
ActiveRecord::Schema.define(version: 20161110082244) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -306,6 +306,7 @@ ActiveRecord::Schema.define(version: 20161115053251) do
t.string "lien_notice"
t.boolean "for_individual", default: false
t.boolean "individual_with_siret", default: false
t.boolean "test"
end
create_table "quartier_prioritaires", force: :cascade do |t|