mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Added user identity index
This commit is contained in:
parent
45bed63cad
commit
29f092cb70
2 changed files with 8 additions and 1 deletions
5
db/migrate/20150413140933_add_identity_code_index.rb
Normal file
5
db/migrate/20150413140933_add_identity_code_index.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddIdentityCodeIndex < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :users, :identity_code
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue