demarches-normaliennes/db/migrate/20170711125429_remove_published_from_procedures.rb
2017-07-13 10:50:17 +02:00

5 lines
132 B
Ruby

class RemovePublishedFromProcedures < ActiveRecord::Migration[5.0]
def change
remove_column :procedures, :published
end
end