mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Updated pagination size and registrar trigger now honors only whois attributes
This commit is contained in:
parent
4cf57239a0
commit
64152479a9
8 changed files with 77 additions and 26 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue