[Fix #154] Remove archived from Procedure

This commit is contained in:
gregoirenovel 2017-07-11 15:01:06 +02:00
parent 758ea612c6
commit 69c77331d6
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class RemoveArchivedFromProcedures < ActiveRecord::Migration[5.0]
def change
remove_column :procedures, :archived
end
end