spec/dummy/db/structure.sql in metasploit-credential-0.9.0-java vs spec/dummy/db/structure.sql in metasploit-credential-0.9.1

- old
+ new

@@ -328,11 +328,12 @@ note_count integer DEFAULT 0, vuln_count integer DEFAULT 0, service_count integer DEFAULT 0, host_detail_count integer DEFAULT 0, exploit_attempt_count integer DEFAULT 0, - cred_count integer DEFAULT 0 + cred_count integer DEFAULT 0, + detected_arch character varying(255) ); -- -- Name: hosts_id_seq; Type: SEQUENCE; Schema: public; Owner: - @@ -3660,9 +3661,11 @@ INSERT INTO schema_migrations (version) VALUES ('20140722174919'); INSERT INTO schema_migrations (version) VALUES ('20140728191933'); INSERT INTO schema_migrations (version) VALUES ('20140801150537'); + +INSERT INTO schema_migrations (version) VALUES ('20140905031549'); INSERT INTO schema_migrations (version) VALUES ('21'); INSERT INTO schema_migrations (version) VALUES ('22'); \ No newline at end of file