File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ group :db do
15
15
# Needed for Msf::DbManager
16
16
gem 'activerecord'
17
17
# Database models shared between framework and Pro.
18
- gem 'metasploit_data_models' , '~> 0.14.1 '
18
+ gem 'metasploit_data_models' , '~> 0.14.2 '
19
19
# Needed for module caching in Mdm::ModuleDetails
20
20
gem 'pg' , '>= 0.11'
21
21
end
Original file line number Diff line number Diff line change 23
23
i18n (0.6.1 )
24
24
json (1.7.7 )
25
25
metaclass (0.0.1 )
26
- metasploit_data_models (0.14.1 )
26
+ metasploit_data_models (0.14.2 )
27
27
activerecord (>= 3.2.13 )
28
28
activesupport
29
29
pg
@@ -65,7 +65,7 @@ DEPENDENCIES
65
65
database_cleaner
66
66
factory_girl (>= 4.1.0 )
67
67
json
68
- metasploit_data_models (~> 0.14.1 )
68
+ metasploit_data_models (~> 0.14.2 )
69
69
msgpack
70
70
nokogiri
71
71
pcaprub
Original file line number Diff line number Diff line change 11
11
#
12
12
# It's strongly recommended to check this file into your version control system.
13
13
14
- ActiveRecord ::Schema . define ( :version => 20130515172727 ) do
14
+ ActiveRecord ::Schema . define ( :version => 20130516204810 ) do
15
15
16
16
create_table "api_keys" , :force => true do |t |
17
17
t . text "token"
511
511
512
512
add_index "vulns" , [ "name" ] , :name => "index_vulns_on_name"
513
513
514
- create_table "vulns_refs" , :id => false , : force => true do |t |
514
+ create_table "vulns_refs" , :force => true do |t |
515
515
t . integer "ref_id"
516
516
t . integer "vuln_id"
517
517
end
You can’t perform that action at this time.
0 commit comments