Add closed_at to procedures table
This commit is contained in:
parent
7b947feae4
commit
b29b6176c9
2 changed files with 7 additions and 1 deletions
5
db/migrate/20191114084643_add_closed_at_to_procedures.rb
Normal file
5
db/migrate/20191114084643_add_closed_at_to_procedures.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddClosedAtToProcedures < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :procedures, :closed_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue