1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-16 01:21:15 +02:00

Update schema with detected_arch

MSP-11359
This commit is contained in:
Luke Imhoff 2014-09-18 12:35:09 -05:00
parent 44588cc014
commit 8d38735f4a
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20140801150537) do
ActiveRecord::Schema.define(:version => 20140905031549) do
create_table "api_keys", :force => true do |t|
t.text "token"
@ -125,6 +125,7 @@ ActiveRecord::Schema.define(:version => 20140801150537) do
t.integer "host_detail_count", :default => 0
t.integer "exploit_attempt_count", :default => 0
t.integer "cred_count", :default => 0
t.string "detected_arch"
end
add_index "hosts", ["name"], :name => "index_hosts_on_name"