demarches-normaliennes/db/migrate/20230110181415_remove_champs_row_index.rb
2023-01-10 19:31:41 +01:00

5 lines
171 B
Ruby

class RemoveChampsRowIndex < ActiveRecord::Migration[6.1]
def change
remove_index :champs, name: "index_champs_on_type_de_champ_id_and_dossier_id_and_row"
end
end