demarches-normaliennes/db/migrate/20230117094309_remove_row_from_champs.rb
2023-01-17 12:49:22 +01:00

5 lines
132 B
Ruby

class RemoveRowFromChamps < ActiveRecord::Migration[6.1]
def change
safety_assured { remove_columns :champs, :row }
end
end