Update mdm and run migrations
parent
5d0cc4a7e4
commit
652d7d077e
|
@ -34,7 +34,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/rapid7/metasploit_data_models.git
|
||||
revision: 85f12581bed55f128ddc18645316b969098fea12
|
||||
revision: 93ef9c08b19d6ba2e484cb527f470ca92274563c
|
||||
branch: staging/rails-4.0
|
||||
specs:
|
||||
metasploit_data_models (0.23.1.pre.rails.pre.4.0)
|
||||
|
|
16
db/schema.rb
16
db/schema.rb
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150212214222) do
|
||||
ActiveRecord::Schema.define(version: 20150317145455) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -300,14 +300,14 @@ ActiveRecord::Schema.define(version: 20150212214222) do
|
|||
t.text "name"
|
||||
end
|
||||
|
||||
add_index "module_actions", ["detail_id"], name: "index_module_actions_on_module_detail_id", using: :btree
|
||||
add_index "module_actions", ["detail_id"], name: "index_module_actions_on_detail_id", using: :btree
|
||||
|
||||
create_table "module_archs", force: true do |t|
|
||||
t.integer "detail_id"
|
||||
t.text "name"
|
||||
end
|
||||
|
||||
add_index "module_archs", ["detail_id"], name: "index_module_archs_on_module_detail_id", using: :btree
|
||||
add_index "module_archs", ["detail_id"], name: "index_module_archs_on_detail_id", using: :btree
|
||||
|
||||
create_table "module_authors", force: true do |t|
|
||||
t.integer "detail_id"
|
||||
|
@ -315,7 +315,7 @@ ActiveRecord::Schema.define(version: 20150212214222) do
|
|||
t.text "email"
|
||||
end
|
||||
|
||||
add_index "module_authors", ["detail_id"], name: "index_module_authors_on_module_detail_id", using: :btree
|
||||
add_index "module_authors", ["detail_id"], name: "index_module_authors_on_detail_id", using: :btree
|
||||
|
||||
create_table "module_details", force: true do |t|
|
||||
t.datetime "mtime"
|
||||
|
@ -345,21 +345,21 @@ ActiveRecord::Schema.define(version: 20150212214222) do
|
|||
t.text "name"
|
||||
end
|
||||
|
||||
add_index "module_mixins", ["detail_id"], name: "index_module_mixins_on_module_detail_id", using: :btree
|
||||
add_index "module_mixins", ["detail_id"], name: "index_module_mixins_on_detail_id", using: :btree
|
||||
|
||||
create_table "module_platforms", force: true do |t|
|
||||
t.integer "detail_id"
|
||||
t.text "name"
|
||||
end
|
||||
|
||||
add_index "module_platforms", ["detail_id"], name: "index_module_platforms_on_module_detail_id", using: :btree
|
||||
add_index "module_platforms", ["detail_id"], name: "index_module_platforms_on_detail_id", using: :btree
|
||||
|
||||
create_table "module_refs", force: true do |t|
|
||||
t.integer "detail_id"
|
||||
t.text "name"
|
||||
end
|
||||
|
||||
add_index "module_refs", ["detail_id"], name: "index_module_refs_on_module_detail_id", using: :btree
|
||||
add_index "module_refs", ["detail_id"], name: "index_module_refs_on_detail_id", using: :btree
|
||||
add_index "module_refs", ["name"], name: "index_module_refs_on_name", using: :btree
|
||||
|
||||
create_table "module_targets", force: true do |t|
|
||||
|
@ -368,7 +368,7 @@ ActiveRecord::Schema.define(version: 20150212214222) do
|
|||
t.text "name"
|
||||
end
|
||||
|
||||
add_index "module_targets", ["detail_id"], name: "index_module_targets_on_module_detail_id", using: :btree
|
||||
add_index "module_targets", ["detail_id"], name: "index_module_targets_on_detail_id", using: :btree
|
||||
|
||||
create_table "nexpose_consoles", force: true do |t|
|
||||
t.datetime "created_at", null: false
|
||||
|
|
Loading…
Reference in New Issue