mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 00:33:36 +02:00
Story#113066359 - add index to domain statuses
This commit is contained in:
parent
bd4477f962
commit
f9fe365e65
1 changed files with 5 additions and 0 deletions
5
db/migrate/20160218102355_index_domain_statuses.rb
Normal file
5
db/migrate/20160218102355_index_domain_statuses.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class IndexDomainStatuses < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :domains, :statuses, using: :gin
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue