Remove procedure_id from type_de_champ

This commit is contained in:
Paul Chavard 2020-09-02 12:32:44 +02:00
parent d1de1587d3
commit 11a1e44fbe
3 changed files with 19 additions and 17 deletions

View file

@ -0,0 +1,5 @@
class RemoveTypeDeChampProcedureId < ActiveRecord::Migration[6.0]
def change
remove_column :types_de_champ, :procedure_id
end
end