mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Show only priv contacts
This commit is contained in:
parent
e20de5b793
commit
2ed9672eb5
8 changed files with 28 additions and 3 deletions
5
db/migrate/20150511120755_add_index_to_contact_type.rb
Normal file
5
db/migrate/20150511120755_add_index_to_contact_type.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddIndexToContactType < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :contacts, [:registrar_id, :ident_type]
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue