Skip to content

Commit

Permalink
structure.sql update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Maloney authored and David Maloney committed Jan 16, 2015
1 parent ef82156 commit 17aac61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20150106201450) do
ActiveRecord::Schema.define(:version => 20150112203945) do

create_table "api_keys", :force => true do |t|
t.text "token"
Expand Down Expand Up @@ -454,6 +454,7 @@
t.text "info"
end

add_index "services", ["host_id", "port", "proto"], :name => "index_services_on_host_id_and_port_and_proto", :unique => true
add_index "services", ["name"], :name => "index_services_on_name"
add_index "services", ["port"], :name => "index_services_on_port"
add_index "services", ["proto"], :name => "index_services_on_proto"
Expand Down

0 comments on commit 17aac61

Please sign in to comment.