Skip to content

Commit 40c49ce

Browse files
committed
Update db/schema.rb
MSP-11615 To get type column on metasploit_credential_publics.
1 parent 57aef9a commit 40c49ce

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

1616
create_table "api_keys", :force => true do |t|
1717
t.text "token"
@@ -272,6 +272,7 @@
272272
t.string "username", :null => false
273273
t.datetime "created_at", :null => false
274274
t.datetime "updated_at", :null => false
275+
t.string "type", :null => false
275276
end
276277

277278
add_index "metasploit_credential_publics", ["username"], :name => "index_metasploit_credential_publics_on_username", :unique => true

0 commit comments

Comments
 (0)