[Ref #145] Add the AddArchivedAtToProcedures

This commit is contained in:
gregoirenovel 2017-06-27 16:49:52 +02:00
parent cf573a1ec6
commit 698bffd156
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddArchivedAtToProcedure < ActiveRecord::Migration[5.0]
def change
add_column :procedures, :archived_at, :datetime
end
end