[Ref #145] Add the AddArchivedAtToProcedures
This commit is contained in:
parent
cf573a1ec6
commit
698bffd156
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddArchivedAtToProcedure < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :procedures, :archived_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue