class AddGidIndicies < ActiveRecord::Migration[6.1] def change add_index :activities, :gid add_index :items, :gid add_index :skills, :gid end end