procedure: remove individual_with_siret
column
This commit is contained in:
parent
a047ee356b
commit
619f663e1a
2 changed files with 5 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveIndividualWithSiretFromProcedure < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :procedures, :individual_with_siret, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue