Files
redux-scraper/db/migrate/20250726051451_create_index_on_fa_id.rb
2025-07-26 05:39:32 +00:00

6 lines
121 B
Ruby

class CreateIndexOnFaId < ActiveRecord::Migration[7.2]
def change
add_index :domain_posts_fa_aux, :fa_id
end
end