Remove procedure_id from type_de_champ
This commit is contained in:
parent
d1de1587d3
commit
11a1e44fbe
3 changed files with 19 additions and 17 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveTypeDeChampProcedureId < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_column :types_de_champ, :procedure_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue