diff --git a/Gemfile.lock b/Gemfile.lock index a0e3b123fe..1aae1bb129 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/db/schema.rb b/db/schema.rb index 3c208fa415..aa63432a72 100644 --- a/db/schema.rb +++ b/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