[Fix #154] Remove archived from Procedure
This commit is contained in:
parent
758ea612c6
commit
69c77331d6
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveArchivedFromProcedures < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
remove_column :procedures, :archived
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue