Update db/schema.rb

MSP-11615

To get type column on metasploit_credential_publics.
bug/bundler_fix
Luke Imhoff 2014-11-14 09:39:26 -06:00
parent 57aef9a6f5
commit 40c49cefd8
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20140905031549) do
ActiveRecord::Schema.define(:version => 20140922170030) do
create_table "api_keys", :force => true do |t|
t.text "token"
@ -272,6 +272,7 @@ ActiveRecord::Schema.define(:version => 20140905031549) do
t.string "username", :null => false
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.string "type", :null => false
end
add_index "metasploit_credential_publics", ["username"], :name => "index_metasploit_credential_publics_on_username", :unique => true