spec/dummy/db/structure.sql in metasploit-credential-0.12.0 vs spec/dummy/db/structure.sql in metasploit-credential-0.13.0

- old
+ new

@@ -766,11 +766,12 @@ CREATE TABLE metasploit_credential_publics ( id integer NOT NULL, username character varying(255) NOT NULL, created_at timestamp without time zone NOT NULL, - updated_at timestamp without time zone NOT NULL + updated_at timestamp without time zone NOT NULL, + type character varying(255) NOT NULL ); -- -- Name: metasploit_credential_publics_id_seq; Type: SEQUENCE; Schema: public; Owner: - @@ -3663,9 +3664,11 @@ 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 ('20140922170030'); INSERT INTO schema_migrations (version) VALUES ('21'); INSERT INTO schema_migrations (version) VALUES ('22'); \ No newline at end of file