We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44588cc commit 8d38735Copy full SHA for 8d38735
db/schema.rb
@@ -11,7 +11,7 @@
11
#
12
# It's strongly recommended to check this file into your version control system.
13
14
-ActiveRecord::Schema.define(:version => 20140801150537) do
+ActiveRecord::Schema.define(:version => 20140905031549) do
15
16
create_table "api_keys", :force => true do |t|
17
t.text "token"
@@ -125,6 +125,7 @@
125
t.integer "host_detail_count", :default => 0
126
t.integer "exploit_attempt_count", :default => 0
127
t.integer "cred_count", :default => 0
128
+ t.string "detected_arch"
129
end
130
131
add_index "hosts", ["name"], :name => "index_hosts_on_name"
0 commit comments