Skip to content

Commit 8d38735

Browse files
committed
Update schema with detected_arch
MSP-11359
1 parent 44588cc commit 8d38735

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 => 20140801150537) do
14+
ActiveRecord::Schema.define(:version => 20140905031549) do
1515

1616
create_table "api_keys", :force => true do |t|
1717
t.text "token"
@@ -125,6 +125,7 @@
125125
t.integer "host_detail_count", :default => 0
126126
t.integer "exploit_attempt_count", :default => 0
127127
t.integer "cred_count", :default => 0
128+
t.string "detected_arch"
128129
end
129130

130131
add_index "hosts", ["name"], :name => "index_hosts_on_name"

0 commit comments

Comments
 (0)