forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
4 changed files
with
90 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
Contains `modules_metadata_base.json` which contains information about all modules within Metasploit, as well as | ||
`schema.rb` which describes current state of the database schema maintained by Rails ActiveRecord. | ||
This directory contains the following files: | ||
|
||
- `modules_metadata_base.json`, which contains information about all modules within Metasploit. | ||
- `schema.rb`, which is auto-generated from the current state of the database schema maintained by Rails ActiveRecord. | ||
This file is auto-generated from the current state of the database. | ||
|
||
`schema.rb` is the source Rails uses to define your schema when running `bin/rails db:schema:load`. When creating a new | ||
database, `bin/rails db:schema:load` tends to be faster and is potentially less error-prone than running all of your | ||
migrations from scratch. Old migrations may fail to apply correctly if those migrations use external dependencies or | ||
application code. We _strongly_ recommend that you check this file into your version control system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters