[fix #504] Dossier: received -> en_instruction

This commit is contained in:
LeSim 2017-12-14 15:53:02 +01:00
parent 72bae2c374
commit 3dda27b281
40 changed files with 143 additions and 108 deletions

View file

@ -0,0 +1,5 @@
class RenameDossierReceivedAtByEnInstructionAt < ActiveRecord::Migration[5.0]
def change
rename_column :dossiers, :received_at, :en_instruction_at
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: 20171214112701) do
ActiveRecord::Schema.define(version: 20171214155554) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -195,7 +195,7 @@ ActiveRecord::Schema.define(version: 20171214112701) do
t.boolean "archived", default: false
t.boolean "mandataire_social", default: false
t.datetime "en_construction_at"
t.datetime "received_at"
t.datetime "en_instruction_at"
t.datetime "processed_at"
t.text "motivation"
t.datetime "hidden_at"