Remove the mandataire_social column
This commit is contained in:
parent
2f6f6e27c0
commit
578cbcda37
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveMandataireSocialOnDossier < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :dossiers, :mandataire_social
|
||||
end
|
||||
end
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue