demarches-normaliennes/db/migrate/20170711125726_remove_archived_from_procedures.rb
2017-07-13 10:50:22 +02:00

5 lines
130 B
Ruby

class RemoveArchivedFromProcedures < ActiveRecord::Migration[5.0]
def change
remove_column :procedures, :archived
end
end