Updated pagination size and registrar trigger now honors only whois attributes

This commit is contained in:
Priit Tark 2015-04-30 18:29:26 +03:00
parent 4cf57239a0
commit 64152479a9
8 changed files with 77 additions and 26 deletions

View file

@ -0,0 +1,6 @@
class AddRegistrarIdToWhoisRecord < ActiveRecord::Migration
def change
add_column :whois_records, :registrar_id, :integer
add_index :whois_records, :registrar_id
end
end