spec/dummy/db/structure.sql in metasploit-credential-0.13.19 vs spec/dummy/db/structure.sql in metasploit-credential-0.14.0
- old
+ new
@@ -3266,10 +3266,17 @@
CREATE INDEX index_refs_on_name ON refs USING btree (name);
--
+-- Name: index_services_on_host_id_and_port_and_proto; Type: INDEX; Schema: public; Owner: -; Tablespace:
+--
+
+CREATE UNIQUE INDEX index_services_on_host_id_and_port_and_proto ON services USING btree (host_id, port, proto);
+
+
+--
-- Name: index_services_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX index_services_on_name ON services USING btree (name);
@@ -3672,9 +3679,11 @@
INSERT INTO schema_migrations (version) VALUES ('20150106201450');
INSERT INTO schema_migrations (version) VALUES ('20150112203945');
INSERT INTO schema_migrations (version) VALUES ('20150205192745');
+
+INSERT INTO schema_migrations (version) VALUES ('20150212214222');
INSERT INTO schema_migrations (version) VALUES ('21');
INSERT INTO schema_migrations (version) VALUES ('22');
\ No newline at end of file