demarches-normaliennes/db/migrate/20230117094309_remove_row_from_champs.rb

6 lines
132 B
Ruby
Raw Normal View History

2023-01-17 10:46:05 +01:00
class RemoveRowFromChamps < ActiveRecord::Migration[6.1]
def change
safety_assured { remove_columns :champs, :row }
end
end