20170418160728_add_indexes_to_reports_for_accounts.rb (170B)
- class AddIndexesToReportsForAccounts < ActiveRecord::Migration[5.0]
- def change
- add_index :reports, :account_id
- add_index :reports, :target_account_id
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170418160728_add_indexes_to_reports_for_accounts.rb (170B)
- class AddIndexesToReportsForAccounts < ActiveRecord::Migration[5.0]
- def change
- add_index :reports, :account_id
- add_index :reports, :target_account_id
- end
- end