metasploit-framework/data/sql/migrate
Tod Beardsley f6415186a8 Adds the imported_creds table.
git-svn-id: file:///home/svn/framework3/trunk@10923 4d416f70-5f16-0410-b530-b9f4589650da
2010-11-06 01:01:20 +00:00
..
000_create_tables.rb We don't want an id column in vulns_refs 2009-12-09 18:58:00 +00:00
001_add_wmap_tables.rb Cleanup wmap, add the missing database tables back, rename to have a wmap_prefix 2009-12-13 05:24:48 +00:00
002_add_workspaces.rb fix buggy migration that caused attempts to set the boundary field in workspace before it existed, fixes #1724 2010-05-10 06:59:33 +00:00
003_move_notes.rb add the migration for notes. fixes 742 2009-12-30 16:23:40 +00:00
004_add_events_table.rb add an events table 2010-01-13 06:40:34 +00:00
005_expand_info.rb Expand all data/info fields to 4k. Closes #791 2010-01-29 17:06:37 +00:00
006_add_timestamps.rb turn constants into class vars, fixes #1767 2010-04-29 21:49:18 +00:00
007_add_loots.rb Fix loots, add users 2010-02-22 22:57:02 +00:00
008_create_users.rb Fix loots, add users 2010-02-22 22:57:02 +00:00
009_add_loots_ctype.rb Add loot content-type 2010-02-26 19:33:49 +00:00
010_add_alert_fields.rb Add alert fields 2010-03-10 17:31:47 +00:00
011_add_reports.rb Add a new table 2010-03-11 03:02:13 +00:00
012_add_tasks.rb Add tasks 2010-03-11 18:42:21 +00:00
013_add_tasks_result.rb Add a results column 2010-03-12 15:58:02 +00:00
014_add_loots_fields.rb Adds name and info to the loot table: 2010-03-14 15:38:52 +00:00
015_rename_user.rb Rename user to username 2010-03-17 14:03:25 +00:00
016_add_host_purpose.rb Add a generic purpose field 2010-03-22 00:08:17 +00:00
017_expand_info2.rb typo fix 2010-03-29 06:04:52 +00:00
018_add_workspace_user_info.rb Add columns to workspaces & hosts tables. 2010-03-29 22:26:35 +00:00
019_add_workspace_desc.rb Add workspace.description and host.comments database columns. 2010-04-29 22:22:05 +00:00
020_add_user_preferences.rb Add user.prefs 2010-05-01 22:02:00 +00:00
021_standardize_info_and_data.rb change vulns.data to vulns.info, fixes #1660 2010-05-09 23:32:43 +00:00
022_enlarge_event_info.rb Change event.info db column type from varchar(65535) to text 2010-06-05 00:33:31 +00:00
023_add_report_downloaded_at.rb Add reports.downloaded_at db column. 2010-06-24 16:13:46 +00:00
024_convert_service_info_to_text.rb db migration to convert services info from varchar(65535) to text, and save info as a yaml'ed form in order to preserve funny characters. 2010-06-28 22:42:50 +00:00
025_add_user_admin.rb Add migration to make user.admin required 2010-09-16 17:29:14 +00:00
026_add_creds_table.rb Fixes #2412. Adds a creds table, modifies the db_report_auth API, adds the db_creds and db_add_cred commands. 2010-08-18 00:58:20 +00:00
20100819123300_migrate_cred_data.rb Wrapping credential migration in a rescue to ensure it never fails; there are no schema changes in this migration, so a failure in migrating credentials to the Cred table shouldn't block future changes to the schema. 2010-08-19 19:51:13 +00:00
20100824151500_add_exploited_table.rb Fixes #2444. Adds an ExploitedHost table, adds the db_exploited command, adds the report_exploit() function. 2010-08-24 21:57:04 +00:00
20100908001428_add_owner_to_workspaces.rb Add workspaces.owner_id database field 2010-09-08 17:51:24 +00:00
20100911122000_add_report_templates.rb Adds a migration for report template tracking. 2010-09-13 12:17:57 +00:00
20100916151530_require_admin_flag.rb Use the fully-qualified name of the User class. Also, use a bulk UPDATE 2010-09-17 16:12:27 +00:00
20100916175000_add_campaigns_and_templates.rb migrations for campaigns 2010-09-19 23:45:40 +00:00
20100920012100_add_generate_exe_column.rb mar my nice migration with a new one. 2010-09-20 07:43:49 +00:00
20100926214000_add_template_prefs.rb adjust templates, move SerializedPrefs into its own file 2010-09-27 04:12:04 +00:00
20101001000000_add_web_tables.rb This patch merges in support for four new database tables focused on tracking web application information along with a tweak to the task manager code to allow tasks to be run from within tasks without fear of deadlock. 2010-10-02 18:48:29 +00:00
20101002000000_add_query.rb Add query to web_form/web_path 2010-10-02 22:55:54 +00:00
20101007000000_add_vuln_info.rb Add category, confidence, description, and blame to the web_vulns table. 2010-10-08 01:51:28 +00:00
20101008111800_add_clients_to_campaigns.rb associate clients with a campaign 2010-10-08 17:20:57 +00:00
20101009023300_add_campaign_attachments.rb tweak the models 2010-10-09 08:35:41 +00:00
20101104135100_add_imported_creds.rb Adds the imported_creds table. 2010-11-06 01:01:20 +00:00