mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Added registrant ident index
This commit is contained in:
parent
28fe91ebeb
commit
2ce533b22c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
class AddRegistrantIdentToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :registrant_ident, :string
|
||||
add_index :users, :registrant_ident
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue