Remove the mandataire_social column

This commit is contained in:
gregoirenovel 2018-03-19 16:50:08 +01:00
parent 2f6f6e27c0
commit 578cbcda37
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class RemoveMandataireSocialOnDossier < ActiveRecord::Migration[5.2]
def change
remove_column :dossiers, :mandataire_social
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: 2018_03_08_110811) do
ActiveRecord::Schema.define(version: 2018_03_19_154850) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -214,7 +214,6 @@ ActiveRecord::Schema.define(version: 2018_03_08_110811) do
t.integer "user_id"
t.text "json_latlngs"
t.boolean "archived", default: false
t.boolean "mandataire_social", default: false
t.datetime "en_construction_at"
t.datetime "en_instruction_at"
t.datetime "processed_at"