Skip to content

Commit 723028d

Browse files
author
Tod Beardsley
committed
Land rapid7#4204, add missing migration
2 parents 57aef9a + 40c49ce commit 723028d

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)