demarches-normaliennes/db/migrate/20190704144304_drop_administrateur_id.rb

6 lines
131 B
Ruby
Raw Normal View History

2019-07-04 16:52:03 +02:00
class DropAdministrateurId < ActiveRecord::Migration[5.2]
def change
remove_reference :procedures, :administrateur
end
end