added 'monavis' inside the procedure and for users

This commit is contained in:
clemkeirua 2019-07-16 17:24:31 +02:00 committed by Pierre de La Morinerie
parent 7946aa5de2
commit d8b63cd4c9
9 changed files with 104 additions and 4 deletions

View file

@ -0,0 +1,5 @@
class AddMonavisToProcedures < ActiveRecord::Migration[5.2]
def change
add_column :procedures, :monavis, :text
end
end