mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +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
|
class AddRegistrantIdentToUsers < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
add_column :users, :registrant_ident, :string
|
add_column :users, :registrant_ident, :string
|
||||||
|
add_index :users, :registrant_ident
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue