Skip to content

Commit 17aac61

Browse files
David MaloneyDavid Maloney
authored andcommitted
structure.sql update
1 parent ef82156 commit 17aac61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

db/schema.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20150106201450) do
14+
ActiveRecord::Schema.define(:version => 20150112203945) do
1515

1616
create_table "api_keys", :force => true do |t|
1717
t.text "token"
@@ -454,6 +454,7 @@
454454
t.text "info"
455455
end
456456

457+
add_index "services", ["host_id", "port", "proto"], :name => "index_services_on_host_id_and_port_and_proto", :unique => true
457458
add_index "services", ["name"], :name => "index_services_on_name"
458459
add_index "services", ["port"], :name => "index_services_on_port"
459460
add_index "services", ["proto"], :name => "index_services_on_proto"

0 commit comments

Comments
 (0)