The code powering m.abunchtell.com https://m.abunchtell.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

6 řádky
194 B

  1. class AddIndexIdAccountIdActivityTypeOnNotifications < ActiveRecord::Migration[5.1]
  2. def change
  3. add_index :notifications, [:id, :account_id, :activity_type], order: { id: :desc }
  4. end
  5. end