metasploit_data_models 2.0.10 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70db351f3274f8e22c99897e9ee4febd348d3d22
4
- data.tar.gz: cf7cf03e4a06f8735c7ad27c8e8f370592d435f9
3
+ metadata.gz: d804588ca2b3cf19ee1562d3c57e4cf5aef85868
4
+ data.tar.gz: d75b48caa5ccec93901f13f722349c046898a79d
5
5
  SHA512:
6
- metadata.gz: 30dac12c039790293a1dbefb23721d44878e8f86d87b768ddbde27d33904e7ce7563c4a9defdab7383d9fcea62a143b0a06fbacee81d622d278bf34e35a898ee
7
- data.tar.gz: 4d14a6744deb4951cfb8405227b44ce3b337e44079ba69556a8cb9617873d0125efffcac286a25b2d83f56cd6d34c4ee2f1371b6d4f43fcb80ee09370639ee44
6
+ metadata.gz: f540c5f9f847c41f3fe568be23aea49d2a7f33681d7da5b042455bf7cbd3588cbf4e67c78eaec5817ca956bcbf2b27399dde636d066d61c76c3b2b79f7e6e538
7
+ data.tar.gz: de31e9840a0e9ec02749ac640bf443916f4bbaf6948f0759ce62795ece06d88f7e5bc7c85254655e5f0cb925ccfba9291b1db1d2f6e59efd9dbc00a40668ba84
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1,4 @@
1
- /:��W_c䧎f��A.�e���&�^�FC�}.��\��em~�O�;��r��5*25;�����n7��44j����=#�sA[������-$���r��K�M�|Ǻ�N'`3���ON�i��W��%1i �!�D+(��ݴ��_�B:��c����� ��d20Vxo�VBs�/+��Ou�3�XK�#YY��
2
- S�#l�m|
1
+ >�^�nwCx�AsJ3�3��q��aCr̔�2ioNCw�%t��F�M=�2��O���'��7C���w͕7W]0�3���Bb��|vfø� ���e}jߙ��{�D�P�/٧���N~�
2
+ ��QԼ�У�;z0��|�$Fú T;����ɜ�i��2�:�g\�q3]^)��O8�,�֌����63;1U�����r���$
3
+ � ���m��c�
4
+ jO�j��NVD�Dl�Oo�@g��
data/.travis.yml CHANGED
@@ -1,9 +1,10 @@
1
+ dist: trusty
1
2
  sudo: false
2
3
  group: stable
3
4
  cache: bundler
4
5
  language: ruby
5
6
  addons:
6
- postgresql: '9.3'
7
+ postgresql: '9.6'
7
8
  apt:
8
9
  packages:
9
10
  - libpcap-dev
@@ -1,6 +1,6 @@
1
1
  module MetasploitDataModels
2
2
  # VERSION is managed by GemRelease
3
- VERSION = '2.0.10'
3
+ VERSION = '2.0.11'
4
4
 
5
5
  # @return [String]
6
6
  #
@@ -2,12 +2,17 @@
2
2
  -- PostgreSQL database dump
3
3
  --
4
4
 
5
+ -- Dumped from database version 9.6.1
6
+ -- Dumped by pg_dump version 9.6.1
7
+
5
8
  SET statement_timeout = 0;
6
9
  SET lock_timeout = 0;
10
+ SET idle_in_transaction_session_timeout = 0;
7
11
  SET client_encoding = 'UTF8';
8
12
  SET standard_conforming_strings = on;
9
13
  SET check_function_bodies = false;
10
14
  SET client_min_messages = warning;
15
+ SET row_security = off;
11
16
 
12
17
  --
13
18
  -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
@@ -30,7 +35,7 @@ SET default_tablespace = '';
30
35
  SET default_with_oids = false;
31
36
 
32
37
  --
33
- -- Name: api_keys; Type: TABLE; Schema: public; Owner: -; Tablespace:
38
+ -- Name: api_keys; Type: TABLE; Schema: public; Owner: -
34
39
  --
35
40
 
36
41
  CREATE TABLE api_keys (
@@ -61,7 +66,7 @@ ALTER SEQUENCE api_keys_id_seq OWNED BY api_keys.id;
61
66
 
62
67
 
63
68
  --
64
- -- Name: automatic_exploitation_match_results; Type: TABLE; Schema: public; Owner: -; Tablespace:
69
+ -- Name: automatic_exploitation_match_results; Type: TABLE; Schema: public; Owner: -
65
70
  --
66
71
 
67
72
  CREATE TABLE automatic_exploitation_match_results (
@@ -94,7 +99,7 @@ ALTER SEQUENCE automatic_exploitation_match_results_id_seq OWNED BY automatic_ex
94
99
 
95
100
 
96
101
  --
97
- -- Name: automatic_exploitation_match_sets; Type: TABLE; Schema: public; Owner: -; Tablespace:
102
+ -- Name: automatic_exploitation_match_sets; Type: TABLE; Schema: public; Owner: -
98
103
  --
99
104
 
100
105
  CREATE TABLE automatic_exploitation_match_sets (
@@ -126,7 +131,7 @@ ALTER SEQUENCE automatic_exploitation_match_sets_id_seq OWNED BY automatic_explo
126
131
 
127
132
 
128
133
  --
129
- -- Name: automatic_exploitation_matches; Type: TABLE; Schema: public; Owner: -; Tablespace:
134
+ -- Name: automatic_exploitation_matches; Type: TABLE; Schema: public; Owner: -
130
135
  --
131
136
 
132
137
  CREATE TABLE automatic_exploitation_matches (
@@ -163,7 +168,7 @@ ALTER SEQUENCE automatic_exploitation_matches_id_seq OWNED BY automatic_exploita
163
168
 
164
169
 
165
170
  --
166
- -- Name: automatic_exploitation_runs; Type: TABLE; Schema: public; Owner: -; Tablespace:
171
+ -- Name: automatic_exploitation_runs; Type: TABLE; Schema: public; Owner: -
167
172
  --
168
173
 
169
174
  CREATE TABLE automatic_exploitation_runs (
@@ -196,7 +201,7 @@ ALTER SEQUENCE automatic_exploitation_runs_id_seq OWNED BY automatic_exploitatio
196
201
 
197
202
 
198
203
  --
199
- -- Name: clients; Type: TABLE; Schema: public; Owner: -; Tablespace:
204
+ -- Name: clients; Type: TABLE; Schema: public; Owner: -
200
205
  --
201
206
 
202
207
  CREATE TABLE clients (
@@ -230,7 +235,7 @@ ALTER SEQUENCE clients_id_seq OWNED BY clients.id;
230
235
 
231
236
 
232
237
  --
233
- -- Name: creds; Type: TABLE; Schema: public; Owner: -; Tablespace:
238
+ -- Name: creds; Type: TABLE; Schema: public; Owner: -
234
239
  --
235
240
 
236
241
  CREATE TABLE creds (
@@ -268,7 +273,7 @@ ALTER SEQUENCE creds_id_seq OWNED BY creds.id;
268
273
 
269
274
 
270
275
  --
271
- -- Name: events; Type: TABLE; Schema: public; Owner: -; Tablespace:
276
+ -- Name: events; Type: TABLE; Schema: public; Owner: -
272
277
  --
273
278
 
274
279
  CREATE TABLE events (
@@ -305,7 +310,7 @@ ALTER SEQUENCE events_id_seq OWNED BY events.id;
305
310
 
306
311
 
307
312
  --
308
- -- Name: exploit_attempts; Type: TABLE; Schema: public; Owner: -; Tablespace:
313
+ -- Name: exploit_attempts; Type: TABLE; Schema: public; Owner: -
309
314
  --
310
315
 
311
316
  CREATE TABLE exploit_attempts (
@@ -346,7 +351,7 @@ ALTER SEQUENCE exploit_attempts_id_seq OWNED BY exploit_attempts.id;
346
351
 
347
352
 
348
353
  --
349
- -- Name: exploited_hosts; Type: TABLE; Schema: public; Owner: -; Tablespace:
354
+ -- Name: exploited_hosts; Type: TABLE; Schema: public; Owner: -
350
355
  --
351
356
 
352
357
  CREATE TABLE exploited_hosts (
@@ -381,7 +386,7 @@ ALTER SEQUENCE exploited_hosts_id_seq OWNED BY exploited_hosts.id;
381
386
 
382
387
 
383
388
  --
384
- -- Name: host_details; Type: TABLE; Schema: public; Owner: -; Tablespace:
389
+ -- Name: host_details; Type: TABLE; Schema: public; Owner: -
385
390
  --
386
391
 
387
392
  CREATE TABLE host_details (
@@ -417,7 +422,7 @@ ALTER SEQUENCE host_details_id_seq OWNED BY host_details.id;
417
422
 
418
423
 
419
424
  --
420
- -- Name: hosts; Type: TABLE; Schema: public; Owner: -; Tablespace:
425
+ -- Name: hosts; Type: TABLE; Schema: public; Owner: -
421
426
  --
422
427
 
423
428
  CREATE TABLE hosts (
@@ -470,7 +475,7 @@ ALTER SEQUENCE hosts_id_seq OWNED BY hosts.id;
470
475
 
471
476
 
472
477
  --
473
- -- Name: hosts_tags; Type: TABLE; Schema: public; Owner: -; Tablespace:
478
+ -- Name: hosts_tags; Type: TABLE; Schema: public; Owner: -
474
479
  --
475
480
 
476
481
  CREATE TABLE hosts_tags (
@@ -500,7 +505,7 @@ ALTER SEQUENCE hosts_tags_id_seq OWNED BY hosts_tags.id;
500
505
 
501
506
 
502
507
  --
503
- -- Name: listeners; Type: TABLE; Schema: public; Owner: -; Tablespace:
508
+ -- Name: listeners; Type: TABLE; Schema: public; Owner: -
504
509
  --
505
510
 
506
511
  CREATE TABLE listeners (
@@ -539,7 +544,7 @@ ALTER SEQUENCE listeners_id_seq OWNED BY listeners.id;
539
544
 
540
545
 
541
546
  --
542
- -- Name: loots; Type: TABLE; Schema: public; Owner: -; Tablespace:
547
+ -- Name: loots; Type: TABLE; Schema: public; Owner: -
543
548
  --
544
549
 
545
550
  CREATE TABLE loots (
@@ -579,7 +584,7 @@ ALTER SEQUENCE loots_id_seq OWNED BY loots.id;
579
584
 
580
585
 
581
586
  --
582
- -- Name: macros; Type: TABLE; Schema: public; Owner: -; Tablespace:
587
+ -- Name: macros; Type: TABLE; Schema: public; Owner: -
583
588
  --
584
589
 
585
590
  CREATE TABLE macros (
@@ -614,7 +619,7 @@ ALTER SEQUENCE macros_id_seq OWNED BY macros.id;
614
619
 
615
620
 
616
621
  --
617
- -- Name: mod_refs; Type: TABLE; Schema: public; Owner: -; Tablespace:
622
+ -- Name: mod_refs; Type: TABLE; Schema: public; Owner: -
618
623
  --
619
624
 
620
625
  CREATE TABLE mod_refs (
@@ -645,7 +650,7 @@ ALTER SEQUENCE mod_refs_id_seq OWNED BY mod_refs.id;
645
650
 
646
651
 
647
652
  --
648
- -- Name: module_actions; Type: TABLE; Schema: public; Owner: -; Tablespace:
653
+ -- Name: module_actions; Type: TABLE; Schema: public; Owner: -
649
654
  --
650
655
 
651
656
  CREATE TABLE module_actions (
@@ -675,7 +680,7 @@ ALTER SEQUENCE module_actions_id_seq OWNED BY module_actions.id;
675
680
 
676
681
 
677
682
  --
678
- -- Name: module_archs; Type: TABLE; Schema: public; Owner: -; Tablespace:
683
+ -- Name: module_archs; Type: TABLE; Schema: public; Owner: -
679
684
  --
680
685
 
681
686
  CREATE TABLE module_archs (
@@ -705,7 +710,7 @@ ALTER SEQUENCE module_archs_id_seq OWNED BY module_archs.id;
705
710
 
706
711
 
707
712
  --
708
- -- Name: module_authors; Type: TABLE; Schema: public; Owner: -; Tablespace:
713
+ -- Name: module_authors; Type: TABLE; Schema: public; Owner: -
709
714
  --
710
715
 
711
716
  CREATE TABLE module_authors (
@@ -736,7 +741,7 @@ ALTER SEQUENCE module_authors_id_seq OWNED BY module_authors.id;
736
741
 
737
742
 
738
743
  --
739
- -- Name: module_details; Type: TABLE; Schema: public; Owner: -; Tablespace:
744
+ -- Name: module_details; Type: TABLE; Schema: public; Owner: -
740
745
  --
741
746
 
742
747
  CREATE TABLE module_details (
@@ -779,7 +784,7 @@ ALTER SEQUENCE module_details_id_seq OWNED BY module_details.id;
779
784
 
780
785
 
781
786
  --
782
- -- Name: module_mixins; Type: TABLE; Schema: public; Owner: -; Tablespace:
787
+ -- Name: module_mixins; Type: TABLE; Schema: public; Owner: -
783
788
  --
784
789
 
785
790
  CREATE TABLE module_mixins (
@@ -809,7 +814,7 @@ ALTER SEQUENCE module_mixins_id_seq OWNED BY module_mixins.id;
809
814
 
810
815
 
811
816
  --
812
- -- Name: module_platforms; Type: TABLE; Schema: public; Owner: -; Tablespace:
817
+ -- Name: module_platforms; Type: TABLE; Schema: public; Owner: -
813
818
  --
814
819
 
815
820
  CREATE TABLE module_platforms (
@@ -839,7 +844,7 @@ ALTER SEQUENCE module_platforms_id_seq OWNED BY module_platforms.id;
839
844
 
840
845
 
841
846
  --
842
- -- Name: module_refs; Type: TABLE; Schema: public; Owner: -; Tablespace:
847
+ -- Name: module_refs; Type: TABLE; Schema: public; Owner: -
843
848
  --
844
849
 
845
850
  CREATE TABLE module_refs (
@@ -869,7 +874,7 @@ ALTER SEQUENCE module_refs_id_seq OWNED BY module_refs.id;
869
874
 
870
875
 
871
876
  --
872
- -- Name: module_runs; Type: TABLE; Schema: public; Owner: -; Tablespace:
877
+ -- Name: module_runs; Type: TABLE; Schema: public; Owner: -
873
878
  --
874
879
 
875
880
  CREATE TABLE module_runs (
@@ -911,7 +916,7 @@ ALTER SEQUENCE module_runs_id_seq OWNED BY module_runs.id;
911
916
 
912
917
 
913
918
  --
914
- -- Name: module_targets; Type: TABLE; Schema: public; Owner: -; Tablespace:
919
+ -- Name: module_targets; Type: TABLE; Schema: public; Owner: -
915
920
  --
916
921
 
917
922
  CREATE TABLE module_targets (
@@ -942,7 +947,7 @@ ALTER SEQUENCE module_targets_id_seq OWNED BY module_targets.id;
942
947
 
943
948
 
944
949
  --
945
- -- Name: nexpose_consoles; Type: TABLE; Schema: public; Owner: -; Tablespace:
950
+ -- Name: nexpose_consoles; Type: TABLE; Schema: public; Owner: -
946
951
  --
947
952
 
948
953
  CREATE TABLE nexpose_consoles (
@@ -983,7 +988,7 @@ ALTER SEQUENCE nexpose_consoles_id_seq OWNED BY nexpose_consoles.id;
983
988
 
984
989
 
985
990
  --
986
- -- Name: notes; Type: TABLE; Schema: public; Owner: -; Tablespace:
991
+ -- Name: notes; Type: TABLE; Schema: public; Owner: -
987
992
  --
988
993
 
989
994
  CREATE TABLE notes (
@@ -1021,7 +1026,7 @@ ALTER SEQUENCE notes_id_seq OWNED BY notes.id;
1021
1026
 
1022
1027
 
1023
1028
  --
1024
- -- Name: profiles; Type: TABLE; Schema: public; Owner: -; Tablespace:
1029
+ -- Name: profiles; Type: TABLE; Schema: public; Owner: -
1025
1030
  --
1026
1031
 
1027
1032
  CREATE TABLE profiles (
@@ -1055,7 +1060,7 @@ ALTER SEQUENCE profiles_id_seq OWNED BY profiles.id;
1055
1060
 
1056
1061
 
1057
1062
  --
1058
- -- Name: refs; Type: TABLE; Schema: public; Owner: -; Tablespace:
1063
+ -- Name: refs; Type: TABLE; Schema: public; Owner: -
1059
1064
  --
1060
1065
 
1061
1066
  CREATE TABLE refs (
@@ -1087,7 +1092,7 @@ ALTER SEQUENCE refs_id_seq OWNED BY refs.id;
1087
1092
 
1088
1093
 
1089
1094
  --
1090
- -- Name: report_templates; Type: TABLE; Schema: public; Owner: -; Tablespace:
1095
+ -- Name: report_templates; Type: TABLE; Schema: public; Owner: -
1091
1096
  --
1092
1097
 
1093
1098
  CREATE TABLE report_templates (
@@ -1121,7 +1126,7 @@ ALTER SEQUENCE report_templates_id_seq OWNED BY report_templates.id;
1121
1126
 
1122
1127
 
1123
1128
  --
1124
- -- Name: reports; Type: TABLE; Schema: public; Owner: -; Tablespace:
1129
+ -- Name: reports; Type: TABLE; Schema: public; Owner: -
1125
1130
  --
1126
1131
 
1127
1132
  CREATE TABLE reports (
@@ -1159,7 +1164,7 @@ ALTER SEQUENCE reports_id_seq OWNED BY reports.id;
1159
1164
 
1160
1165
 
1161
1166
  --
1162
- -- Name: routes; Type: TABLE; Schema: public; Owner: -; Tablespace:
1167
+ -- Name: routes; Type: TABLE; Schema: public; Owner: -
1163
1168
  --
1164
1169
 
1165
1170
  CREATE TABLE routes (
@@ -1190,7 +1195,7 @@ ALTER SEQUENCE routes_id_seq OWNED BY routes.id;
1190
1195
 
1191
1196
 
1192
1197
  --
1193
- -- Name: schema_migrations; Type: TABLE; Schema: public; Owner: -; Tablespace:
1198
+ -- Name: schema_migrations; Type: TABLE; Schema: public; Owner: -
1194
1199
  --
1195
1200
 
1196
1201
  CREATE TABLE schema_migrations (
@@ -1199,7 +1204,7 @@ CREATE TABLE schema_migrations (
1199
1204
 
1200
1205
 
1201
1206
  --
1202
- -- Name: services; Type: TABLE; Schema: public; Owner: -; Tablespace:
1207
+ -- Name: services; Type: TABLE; Schema: public; Owner: -
1203
1208
  --
1204
1209
 
1205
1210
  CREATE TABLE services (
@@ -1235,7 +1240,7 @@ ALTER SEQUENCE services_id_seq OWNED BY services.id;
1235
1240
 
1236
1241
 
1237
1242
  --
1238
- -- Name: session_events; Type: TABLE; Schema: public; Owner: -; Tablespace:
1243
+ -- Name: session_events; Type: TABLE; Schema: public; Owner: -
1239
1244
  --
1240
1245
 
1241
1246
  CREATE TABLE session_events (
@@ -1270,7 +1275,7 @@ ALTER SEQUENCE session_events_id_seq OWNED BY session_events.id;
1270
1275
 
1271
1276
 
1272
1277
  --
1273
- -- Name: sessions; Type: TABLE; Schema: public; Owner: -; Tablespace:
1278
+ -- Name: sessions; Type: TABLE; Schema: public; Owner: -
1274
1279
  --
1275
1280
 
1276
1281
  CREATE TABLE sessions (
@@ -1312,7 +1317,7 @@ ALTER SEQUENCE sessions_id_seq OWNED BY sessions.id;
1312
1317
 
1313
1318
 
1314
1319
  --
1315
- -- Name: tags; Type: TABLE; Schema: public; Owner: -; Tablespace:
1320
+ -- Name: tags; Type: TABLE; Schema: public; Owner: -
1316
1321
  --
1317
1322
 
1318
1323
  CREATE TABLE tags (
@@ -1348,7 +1353,7 @@ ALTER SEQUENCE tags_id_seq OWNED BY tags.id;
1348
1353
 
1349
1354
 
1350
1355
  --
1351
- -- Name: task_creds; Type: TABLE; Schema: public; Owner: -; Tablespace:
1356
+ -- Name: task_creds; Type: TABLE; Schema: public; Owner: -
1352
1357
  --
1353
1358
 
1354
1359
  CREATE TABLE task_creds (
@@ -1380,7 +1385,7 @@ ALTER SEQUENCE task_creds_id_seq OWNED BY task_creds.id;
1380
1385
 
1381
1386
 
1382
1387
  --
1383
- -- Name: task_hosts; Type: TABLE; Schema: public; Owner: -; Tablespace:
1388
+ -- Name: task_hosts; Type: TABLE; Schema: public; Owner: -
1384
1389
  --
1385
1390
 
1386
1391
  CREATE TABLE task_hosts (
@@ -1412,7 +1417,7 @@ ALTER SEQUENCE task_hosts_id_seq OWNED BY task_hosts.id;
1412
1417
 
1413
1418
 
1414
1419
  --
1415
- -- Name: task_services; Type: TABLE; Schema: public; Owner: -; Tablespace:
1420
+ -- Name: task_services; Type: TABLE; Schema: public; Owner: -
1416
1421
  --
1417
1422
 
1418
1423
  CREATE TABLE task_services (
@@ -1444,7 +1449,7 @@ ALTER SEQUENCE task_services_id_seq OWNED BY task_services.id;
1444
1449
 
1445
1450
 
1446
1451
  --
1447
- -- Name: task_sessions; Type: TABLE; Schema: public; Owner: -; Tablespace:
1452
+ -- Name: task_sessions; Type: TABLE; Schema: public; Owner: -
1448
1453
  --
1449
1454
 
1450
1455
  CREATE TABLE task_sessions (
@@ -1476,7 +1481,7 @@ ALTER SEQUENCE task_sessions_id_seq OWNED BY task_sessions.id;
1476
1481
 
1477
1482
 
1478
1483
  --
1479
- -- Name: tasks; Type: TABLE; Schema: public; Owner: -; Tablespace:
1484
+ -- Name: tasks; Type: TABLE; Schema: public; Owner: -
1480
1485
  --
1481
1486
 
1482
1487
  CREATE TABLE tasks (
@@ -1519,7 +1524,7 @@ ALTER SEQUENCE tasks_id_seq OWNED BY tasks.id;
1519
1524
 
1520
1525
 
1521
1526
  --
1522
- -- Name: users; Type: TABLE; Schema: public; Owner: -; Tablespace:
1527
+ -- Name: users; Type: TABLE; Schema: public; Owner: -
1523
1528
  --
1524
1529
 
1525
1530
  CREATE TABLE users (
@@ -1559,7 +1564,7 @@ ALTER SEQUENCE users_id_seq OWNED BY users.id;
1559
1564
 
1560
1565
 
1561
1566
  --
1562
- -- Name: vuln_attempts; Type: TABLE; Schema: public; Owner: -; Tablespace:
1567
+ -- Name: vuln_attempts; Type: TABLE; Schema: public; Owner: -
1563
1568
  --
1564
1569
 
1565
1570
  CREATE TABLE vuln_attempts (
@@ -1596,7 +1601,7 @@ ALTER SEQUENCE vuln_attempts_id_seq OWNED BY vuln_attempts.id;
1596
1601
 
1597
1602
 
1598
1603
  --
1599
- -- Name: vuln_details; Type: TABLE; Schema: public; Owner: -; Tablespace:
1604
+ -- Name: vuln_details; Type: TABLE; Schema: public; Owner: -
1600
1605
  --
1601
1606
 
1602
1607
  CREATE TABLE vuln_details (
@@ -1646,7 +1651,7 @@ ALTER SEQUENCE vuln_details_id_seq OWNED BY vuln_details.id;
1646
1651
 
1647
1652
 
1648
1653
  --
1649
- -- Name: vulns; Type: TABLE; Schema: public; Owner: -; Tablespace:
1654
+ -- Name: vulns; Type: TABLE; Schema: public; Owner: -
1650
1655
  --
1651
1656
 
1652
1657
  CREATE TABLE vulns (
@@ -1685,7 +1690,7 @@ ALTER SEQUENCE vulns_id_seq OWNED BY vulns.id;
1685
1690
 
1686
1691
 
1687
1692
  --
1688
- -- Name: vulns_refs; Type: TABLE; Schema: public; Owner: -; Tablespace:
1693
+ -- Name: vulns_refs; Type: TABLE; Schema: public; Owner: -
1689
1694
  --
1690
1695
 
1691
1696
  CREATE TABLE vulns_refs (
@@ -1715,7 +1720,7 @@ ALTER SEQUENCE vulns_refs_id_seq OWNED BY vulns_refs.id;
1715
1720
 
1716
1721
 
1717
1722
  --
1718
- -- Name: web_forms; Type: TABLE; Schema: public; Owner: -; Tablespace:
1723
+ -- Name: web_forms; Type: TABLE; Schema: public; Owner: -
1719
1724
  --
1720
1725
 
1721
1726
  CREATE TABLE web_forms (
@@ -1750,7 +1755,7 @@ ALTER SEQUENCE web_forms_id_seq OWNED BY web_forms.id;
1750
1755
 
1751
1756
 
1752
1757
  --
1753
- -- Name: web_pages; Type: TABLE; Schema: public; Owner: -; Tablespace:
1758
+ -- Name: web_pages; Type: TABLE; Schema: public; Owner: -
1754
1759
  --
1755
1760
 
1756
1761
  CREATE TABLE web_pages (
@@ -1792,7 +1797,7 @@ ALTER SEQUENCE web_pages_id_seq OWNED BY web_pages.id;
1792
1797
 
1793
1798
 
1794
1799
  --
1795
- -- Name: web_sites; Type: TABLE; Schema: public; Owner: -; Tablespace:
1800
+ -- Name: web_sites; Type: TABLE; Schema: public; Owner: -
1796
1801
  --
1797
1802
 
1798
1803
  CREATE TABLE web_sites (
@@ -1826,7 +1831,7 @@ ALTER SEQUENCE web_sites_id_seq OWNED BY web_sites.id;
1826
1831
 
1827
1832
 
1828
1833
  --
1829
- -- Name: web_vulns; Type: TABLE; Schema: public; Owner: -; Tablespace:
1834
+ -- Name: web_vulns; Type: TABLE; Schema: public; Owner: -
1830
1835
  --
1831
1836
 
1832
1837
  CREATE TABLE web_vulns (
@@ -1872,7 +1877,7 @@ ALTER SEQUENCE web_vulns_id_seq OWNED BY web_vulns.id;
1872
1877
 
1873
1878
 
1874
1879
  --
1875
- -- Name: wmap_requests; Type: TABLE; Schema: public; Owner: -; Tablespace:
1880
+ -- Name: wmap_requests; Type: TABLE; Schema: public; Owner: -
1876
1881
  --
1877
1882
 
1878
1883
  CREATE TABLE wmap_requests (
@@ -1914,7 +1919,7 @@ ALTER SEQUENCE wmap_requests_id_seq OWNED BY wmap_requests.id;
1914
1919
 
1915
1920
 
1916
1921
  --
1917
- -- Name: wmap_targets; Type: TABLE; Schema: public; Owner: -; Tablespace:
1922
+ -- Name: wmap_targets; Type: TABLE; Schema: public; Owner: -
1918
1923
  --
1919
1924
 
1920
1925
  CREATE TABLE wmap_targets (
@@ -1949,7 +1954,7 @@ ALTER SEQUENCE wmap_targets_id_seq OWNED BY wmap_targets.id;
1949
1954
 
1950
1955
 
1951
1956
  --
1952
- -- Name: workspace_members; Type: TABLE; Schema: public; Owner: -; Tablespace:
1957
+ -- Name: workspace_members; Type: TABLE; Schema: public; Owner: -
1953
1958
  --
1954
1959
 
1955
1960
  CREATE TABLE workspace_members (
@@ -1959,7 +1964,7 @@ CREATE TABLE workspace_members (
1959
1964
 
1960
1965
 
1961
1966
  --
1962
- -- Name: workspaces; Type: TABLE; Schema: public; Owner: -; Tablespace:
1967
+ -- Name: workspaces; Type: TABLE; Schema: public; Owner: -
1963
1968
  --
1964
1969
 
1965
1970
  CREATE TABLE workspaces (
@@ -1995,385 +2000,385 @@ ALTER SEQUENCE workspaces_id_seq OWNED BY workspaces.id;
1995
2000
 
1996
2001
 
1997
2002
  --
1998
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2003
+ -- Name: api_keys id; Type: DEFAULT; Schema: public; Owner: -
1999
2004
  --
2000
2005
 
2001
2006
  ALTER TABLE ONLY api_keys ALTER COLUMN id SET DEFAULT nextval('api_keys_id_seq'::regclass);
2002
2007
 
2003
2008
 
2004
2009
  --
2005
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2010
+ -- Name: automatic_exploitation_match_results id; Type: DEFAULT; Schema: public; Owner: -
2006
2011
  --
2007
2012
 
2008
2013
  ALTER TABLE ONLY automatic_exploitation_match_results ALTER COLUMN id SET DEFAULT nextval('automatic_exploitation_match_results_id_seq'::regclass);
2009
2014
 
2010
2015
 
2011
2016
  --
2012
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2017
+ -- Name: automatic_exploitation_match_sets id; Type: DEFAULT; Schema: public; Owner: -
2013
2018
  --
2014
2019
 
2015
2020
  ALTER TABLE ONLY automatic_exploitation_match_sets ALTER COLUMN id SET DEFAULT nextval('automatic_exploitation_match_sets_id_seq'::regclass);
2016
2021
 
2017
2022
 
2018
2023
  --
2019
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2024
+ -- Name: automatic_exploitation_matches id; Type: DEFAULT; Schema: public; Owner: -
2020
2025
  --
2021
2026
 
2022
2027
  ALTER TABLE ONLY automatic_exploitation_matches ALTER COLUMN id SET DEFAULT nextval('automatic_exploitation_matches_id_seq'::regclass);
2023
2028
 
2024
2029
 
2025
2030
  --
2026
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2031
+ -- Name: automatic_exploitation_runs id; Type: DEFAULT; Schema: public; Owner: -
2027
2032
  --
2028
2033
 
2029
2034
  ALTER TABLE ONLY automatic_exploitation_runs ALTER COLUMN id SET DEFAULT nextval('automatic_exploitation_runs_id_seq'::regclass);
2030
2035
 
2031
2036
 
2032
2037
  --
2033
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2038
+ -- Name: clients id; Type: DEFAULT; Schema: public; Owner: -
2034
2039
  --
2035
2040
 
2036
2041
  ALTER TABLE ONLY clients ALTER COLUMN id SET DEFAULT nextval('clients_id_seq'::regclass);
2037
2042
 
2038
2043
 
2039
2044
  --
2040
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2045
+ -- Name: creds id; Type: DEFAULT; Schema: public; Owner: -
2041
2046
  --
2042
2047
 
2043
2048
  ALTER TABLE ONLY creds ALTER COLUMN id SET DEFAULT nextval('creds_id_seq'::regclass);
2044
2049
 
2045
2050
 
2046
2051
  --
2047
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2052
+ -- Name: events id; Type: DEFAULT; Schema: public; Owner: -
2048
2053
  --
2049
2054
 
2050
2055
  ALTER TABLE ONLY events ALTER COLUMN id SET DEFAULT nextval('events_id_seq'::regclass);
2051
2056
 
2052
2057
 
2053
2058
  --
2054
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2059
+ -- Name: exploit_attempts id; Type: DEFAULT; Schema: public; Owner: -
2055
2060
  --
2056
2061
 
2057
2062
  ALTER TABLE ONLY exploit_attempts ALTER COLUMN id SET DEFAULT nextval('exploit_attempts_id_seq'::regclass);
2058
2063
 
2059
2064
 
2060
2065
  --
2061
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2066
+ -- Name: exploited_hosts id; Type: DEFAULT; Schema: public; Owner: -
2062
2067
  --
2063
2068
 
2064
2069
  ALTER TABLE ONLY exploited_hosts ALTER COLUMN id SET DEFAULT nextval('exploited_hosts_id_seq'::regclass);
2065
2070
 
2066
2071
 
2067
2072
  --
2068
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2073
+ -- Name: host_details id; Type: DEFAULT; Schema: public; Owner: -
2069
2074
  --
2070
2075
 
2071
2076
  ALTER TABLE ONLY host_details ALTER COLUMN id SET DEFAULT nextval('host_details_id_seq'::regclass);
2072
2077
 
2073
2078
 
2074
2079
  --
2075
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2080
+ -- Name: hosts id; Type: DEFAULT; Schema: public; Owner: -
2076
2081
  --
2077
2082
 
2078
2083
  ALTER TABLE ONLY hosts ALTER COLUMN id SET DEFAULT nextval('hosts_id_seq'::regclass);
2079
2084
 
2080
2085
 
2081
2086
  --
2082
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2087
+ -- Name: hosts_tags id; Type: DEFAULT; Schema: public; Owner: -
2083
2088
  --
2084
2089
 
2085
2090
  ALTER TABLE ONLY hosts_tags ALTER COLUMN id SET DEFAULT nextval('hosts_tags_id_seq'::regclass);
2086
2091
 
2087
2092
 
2088
2093
  --
2089
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2094
+ -- Name: listeners id; Type: DEFAULT; Schema: public; Owner: -
2090
2095
  --
2091
2096
 
2092
2097
  ALTER TABLE ONLY listeners ALTER COLUMN id SET DEFAULT nextval('listeners_id_seq'::regclass);
2093
2098
 
2094
2099
 
2095
2100
  --
2096
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2101
+ -- Name: loots id; Type: DEFAULT; Schema: public; Owner: -
2097
2102
  --
2098
2103
 
2099
2104
  ALTER TABLE ONLY loots ALTER COLUMN id SET DEFAULT nextval('loots_id_seq'::regclass);
2100
2105
 
2101
2106
 
2102
2107
  --
2103
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2108
+ -- Name: macros id; Type: DEFAULT; Schema: public; Owner: -
2104
2109
  --
2105
2110
 
2106
2111
  ALTER TABLE ONLY macros ALTER COLUMN id SET DEFAULT nextval('macros_id_seq'::regclass);
2107
2112
 
2108
2113
 
2109
2114
  --
2110
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2115
+ -- Name: mod_refs id; Type: DEFAULT; Schema: public; Owner: -
2111
2116
  --
2112
2117
 
2113
2118
  ALTER TABLE ONLY mod_refs ALTER COLUMN id SET DEFAULT nextval('mod_refs_id_seq'::regclass);
2114
2119
 
2115
2120
 
2116
2121
  --
2117
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2122
+ -- Name: module_actions id; Type: DEFAULT; Schema: public; Owner: -
2118
2123
  --
2119
2124
 
2120
2125
  ALTER TABLE ONLY module_actions ALTER COLUMN id SET DEFAULT nextval('module_actions_id_seq'::regclass);
2121
2126
 
2122
2127
 
2123
2128
  --
2124
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2129
+ -- Name: module_archs id; Type: DEFAULT; Schema: public; Owner: -
2125
2130
  --
2126
2131
 
2127
2132
  ALTER TABLE ONLY module_archs ALTER COLUMN id SET DEFAULT nextval('module_archs_id_seq'::regclass);
2128
2133
 
2129
2134
 
2130
2135
  --
2131
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2136
+ -- Name: module_authors id; Type: DEFAULT; Schema: public; Owner: -
2132
2137
  --
2133
2138
 
2134
2139
  ALTER TABLE ONLY module_authors ALTER COLUMN id SET DEFAULT nextval('module_authors_id_seq'::regclass);
2135
2140
 
2136
2141
 
2137
2142
  --
2138
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2143
+ -- Name: module_details id; Type: DEFAULT; Schema: public; Owner: -
2139
2144
  --
2140
2145
 
2141
2146
  ALTER TABLE ONLY module_details ALTER COLUMN id SET DEFAULT nextval('module_details_id_seq'::regclass);
2142
2147
 
2143
2148
 
2144
2149
  --
2145
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2150
+ -- Name: module_mixins id; Type: DEFAULT; Schema: public; Owner: -
2146
2151
  --
2147
2152
 
2148
2153
  ALTER TABLE ONLY module_mixins ALTER COLUMN id SET DEFAULT nextval('module_mixins_id_seq'::regclass);
2149
2154
 
2150
2155
 
2151
2156
  --
2152
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2157
+ -- Name: module_platforms id; Type: DEFAULT; Schema: public; Owner: -
2153
2158
  --
2154
2159
 
2155
2160
  ALTER TABLE ONLY module_platforms ALTER COLUMN id SET DEFAULT nextval('module_platforms_id_seq'::regclass);
2156
2161
 
2157
2162
 
2158
2163
  --
2159
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2164
+ -- Name: module_refs id; Type: DEFAULT; Schema: public; Owner: -
2160
2165
  --
2161
2166
 
2162
2167
  ALTER TABLE ONLY module_refs ALTER COLUMN id SET DEFAULT nextval('module_refs_id_seq'::regclass);
2163
2168
 
2164
2169
 
2165
2170
  --
2166
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2171
+ -- Name: module_runs id; Type: DEFAULT; Schema: public; Owner: -
2167
2172
  --
2168
2173
 
2169
2174
  ALTER TABLE ONLY module_runs ALTER COLUMN id SET DEFAULT nextval('module_runs_id_seq'::regclass);
2170
2175
 
2171
2176
 
2172
2177
  --
2173
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2178
+ -- Name: module_targets id; Type: DEFAULT; Schema: public; Owner: -
2174
2179
  --
2175
2180
 
2176
2181
  ALTER TABLE ONLY module_targets ALTER COLUMN id SET DEFAULT nextval('module_targets_id_seq'::regclass);
2177
2182
 
2178
2183
 
2179
2184
  --
2180
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2185
+ -- Name: nexpose_consoles id; Type: DEFAULT; Schema: public; Owner: -
2181
2186
  --
2182
2187
 
2183
2188
  ALTER TABLE ONLY nexpose_consoles ALTER COLUMN id SET DEFAULT nextval('nexpose_consoles_id_seq'::regclass);
2184
2189
 
2185
2190
 
2186
2191
  --
2187
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2192
+ -- Name: notes id; Type: DEFAULT; Schema: public; Owner: -
2188
2193
  --
2189
2194
 
2190
2195
  ALTER TABLE ONLY notes ALTER COLUMN id SET DEFAULT nextval('notes_id_seq'::regclass);
2191
2196
 
2192
2197
 
2193
2198
  --
2194
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2199
+ -- Name: profiles id; Type: DEFAULT; Schema: public; Owner: -
2195
2200
  --
2196
2201
 
2197
2202
  ALTER TABLE ONLY profiles ALTER COLUMN id SET DEFAULT nextval('profiles_id_seq'::regclass);
2198
2203
 
2199
2204
 
2200
2205
  --
2201
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2206
+ -- Name: refs id; Type: DEFAULT; Schema: public; Owner: -
2202
2207
  --
2203
2208
 
2204
2209
  ALTER TABLE ONLY refs ALTER COLUMN id SET DEFAULT nextval('refs_id_seq'::regclass);
2205
2210
 
2206
2211
 
2207
2212
  --
2208
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2213
+ -- Name: report_templates id; Type: DEFAULT; Schema: public; Owner: -
2209
2214
  --
2210
2215
 
2211
2216
  ALTER TABLE ONLY report_templates ALTER COLUMN id SET DEFAULT nextval('report_templates_id_seq'::regclass);
2212
2217
 
2213
2218
 
2214
2219
  --
2215
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2220
+ -- Name: reports id; Type: DEFAULT; Schema: public; Owner: -
2216
2221
  --
2217
2222
 
2218
2223
  ALTER TABLE ONLY reports ALTER COLUMN id SET DEFAULT nextval('reports_id_seq'::regclass);
2219
2224
 
2220
2225
 
2221
2226
  --
2222
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2227
+ -- Name: routes id; Type: DEFAULT; Schema: public; Owner: -
2223
2228
  --
2224
2229
 
2225
2230
  ALTER TABLE ONLY routes ALTER COLUMN id SET DEFAULT nextval('routes_id_seq'::regclass);
2226
2231
 
2227
2232
 
2228
2233
  --
2229
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2234
+ -- Name: services id; Type: DEFAULT; Schema: public; Owner: -
2230
2235
  --
2231
2236
 
2232
2237
  ALTER TABLE ONLY services ALTER COLUMN id SET DEFAULT nextval('services_id_seq'::regclass);
2233
2238
 
2234
2239
 
2235
2240
  --
2236
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2241
+ -- Name: session_events id; Type: DEFAULT; Schema: public; Owner: -
2237
2242
  --
2238
2243
 
2239
2244
  ALTER TABLE ONLY session_events ALTER COLUMN id SET DEFAULT nextval('session_events_id_seq'::regclass);
2240
2245
 
2241
2246
 
2242
2247
  --
2243
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2248
+ -- Name: sessions id; Type: DEFAULT; Schema: public; Owner: -
2244
2249
  --
2245
2250
 
2246
2251
  ALTER TABLE ONLY sessions ALTER COLUMN id SET DEFAULT nextval('sessions_id_seq'::regclass);
2247
2252
 
2248
2253
 
2249
2254
  --
2250
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2255
+ -- Name: tags id; Type: DEFAULT; Schema: public; Owner: -
2251
2256
  --
2252
2257
 
2253
2258
  ALTER TABLE ONLY tags ALTER COLUMN id SET DEFAULT nextval('tags_id_seq'::regclass);
2254
2259
 
2255
2260
 
2256
2261
  --
2257
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2262
+ -- Name: task_creds id; Type: DEFAULT; Schema: public; Owner: -
2258
2263
  --
2259
2264
 
2260
2265
  ALTER TABLE ONLY task_creds ALTER COLUMN id SET DEFAULT nextval('task_creds_id_seq'::regclass);
2261
2266
 
2262
2267
 
2263
2268
  --
2264
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2269
+ -- Name: task_hosts id; Type: DEFAULT; Schema: public; Owner: -
2265
2270
  --
2266
2271
 
2267
2272
  ALTER TABLE ONLY task_hosts ALTER COLUMN id SET DEFAULT nextval('task_hosts_id_seq'::regclass);
2268
2273
 
2269
2274
 
2270
2275
  --
2271
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2276
+ -- Name: task_services id; Type: DEFAULT; Schema: public; Owner: -
2272
2277
  --
2273
2278
 
2274
2279
  ALTER TABLE ONLY task_services ALTER COLUMN id SET DEFAULT nextval('task_services_id_seq'::regclass);
2275
2280
 
2276
2281
 
2277
2282
  --
2278
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2283
+ -- Name: task_sessions id; Type: DEFAULT; Schema: public; Owner: -
2279
2284
  --
2280
2285
 
2281
2286
  ALTER TABLE ONLY task_sessions ALTER COLUMN id SET DEFAULT nextval('task_sessions_id_seq'::regclass);
2282
2287
 
2283
2288
 
2284
2289
  --
2285
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2290
+ -- Name: tasks id; Type: DEFAULT; Schema: public; Owner: -
2286
2291
  --
2287
2292
 
2288
2293
  ALTER TABLE ONLY tasks ALTER COLUMN id SET DEFAULT nextval('tasks_id_seq'::regclass);
2289
2294
 
2290
2295
 
2291
2296
  --
2292
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2297
+ -- Name: users id; Type: DEFAULT; Schema: public; Owner: -
2293
2298
  --
2294
2299
 
2295
2300
  ALTER TABLE ONLY users ALTER COLUMN id SET DEFAULT nextval('users_id_seq'::regclass);
2296
2301
 
2297
2302
 
2298
2303
  --
2299
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2304
+ -- Name: vuln_attempts id; Type: DEFAULT; Schema: public; Owner: -
2300
2305
  --
2301
2306
 
2302
2307
  ALTER TABLE ONLY vuln_attempts ALTER COLUMN id SET DEFAULT nextval('vuln_attempts_id_seq'::regclass);
2303
2308
 
2304
2309
 
2305
2310
  --
2306
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2311
+ -- Name: vuln_details id; Type: DEFAULT; Schema: public; Owner: -
2307
2312
  --
2308
2313
 
2309
2314
  ALTER TABLE ONLY vuln_details ALTER COLUMN id SET DEFAULT nextval('vuln_details_id_seq'::regclass);
2310
2315
 
2311
2316
 
2312
2317
  --
2313
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2318
+ -- Name: vulns id; Type: DEFAULT; Schema: public; Owner: -
2314
2319
  --
2315
2320
 
2316
2321
  ALTER TABLE ONLY vulns ALTER COLUMN id SET DEFAULT nextval('vulns_id_seq'::regclass);
2317
2322
 
2318
2323
 
2319
2324
  --
2320
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2325
+ -- Name: vulns_refs id; Type: DEFAULT; Schema: public; Owner: -
2321
2326
  --
2322
2327
 
2323
2328
  ALTER TABLE ONLY vulns_refs ALTER COLUMN id SET DEFAULT nextval('vulns_refs_id_seq'::regclass);
2324
2329
 
2325
2330
 
2326
2331
  --
2327
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2332
+ -- Name: web_forms id; Type: DEFAULT; Schema: public; Owner: -
2328
2333
  --
2329
2334
 
2330
2335
  ALTER TABLE ONLY web_forms ALTER COLUMN id SET DEFAULT nextval('web_forms_id_seq'::regclass);
2331
2336
 
2332
2337
 
2333
2338
  --
2334
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2339
+ -- Name: web_pages id; Type: DEFAULT; Schema: public; Owner: -
2335
2340
  --
2336
2341
 
2337
2342
  ALTER TABLE ONLY web_pages ALTER COLUMN id SET DEFAULT nextval('web_pages_id_seq'::regclass);
2338
2343
 
2339
2344
 
2340
2345
  --
2341
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2346
+ -- Name: web_sites id; Type: DEFAULT; Schema: public; Owner: -
2342
2347
  --
2343
2348
 
2344
2349
  ALTER TABLE ONLY web_sites ALTER COLUMN id SET DEFAULT nextval('web_sites_id_seq'::regclass);
2345
2350
 
2346
2351
 
2347
2352
  --
2348
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2353
+ -- Name: web_vulns id; Type: DEFAULT; Schema: public; Owner: -
2349
2354
  --
2350
2355
 
2351
2356
  ALTER TABLE ONLY web_vulns ALTER COLUMN id SET DEFAULT nextval('web_vulns_id_seq'::regclass);
2352
2357
 
2353
2358
 
2354
2359
  --
2355
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2360
+ -- Name: wmap_requests id; Type: DEFAULT; Schema: public; Owner: -
2356
2361
  --
2357
2362
 
2358
2363
  ALTER TABLE ONLY wmap_requests ALTER COLUMN id SET DEFAULT nextval('wmap_requests_id_seq'::regclass);
2359
2364
 
2360
2365
 
2361
2366
  --
2362
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2367
+ -- Name: wmap_targets id; Type: DEFAULT; Schema: public; Owner: -
2363
2368
  --
2364
2369
 
2365
2370
  ALTER TABLE ONLY wmap_targets ALTER COLUMN id SET DEFAULT nextval('wmap_targets_id_seq'::regclass);
2366
2371
 
2367
2372
 
2368
2373
  --
2369
- -- Name: id; Type: DEFAULT; Schema: public; Owner: -
2374
+ -- Name: workspaces id; Type: DEFAULT; Schema: public; Owner: -
2370
2375
  --
2371
2376
 
2372
2377
  ALTER TABLE ONLY workspaces ALTER COLUMN id SET DEFAULT nextval('workspaces_id_seq'::regclass);
2373
2378
 
2374
2379
 
2375
2380
  --
2376
- -- Name: api_keys_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2381
+ -- Name: api_keys api_keys_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2377
2382
  --
2378
2383
 
2379
2384
  ALTER TABLE ONLY api_keys
@@ -2381,7 +2386,7 @@ ALTER TABLE ONLY api_keys
2381
2386
 
2382
2387
 
2383
2388
  --
2384
- -- Name: automatic_exploitation_match_results_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2389
+ -- Name: automatic_exploitation_match_results automatic_exploitation_match_results_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2385
2390
  --
2386
2391
 
2387
2392
  ALTER TABLE ONLY automatic_exploitation_match_results
@@ -2389,7 +2394,7 @@ ALTER TABLE ONLY automatic_exploitation_match_results
2389
2394
 
2390
2395
 
2391
2396
  --
2392
- -- Name: automatic_exploitation_match_sets_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2397
+ -- Name: automatic_exploitation_match_sets automatic_exploitation_match_sets_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2393
2398
  --
2394
2399
 
2395
2400
  ALTER TABLE ONLY automatic_exploitation_match_sets
@@ -2397,7 +2402,7 @@ ALTER TABLE ONLY automatic_exploitation_match_sets
2397
2402
 
2398
2403
 
2399
2404
  --
2400
- -- Name: automatic_exploitation_matches_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2405
+ -- Name: automatic_exploitation_matches automatic_exploitation_matches_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2401
2406
  --
2402
2407
 
2403
2408
  ALTER TABLE ONLY automatic_exploitation_matches
@@ -2405,7 +2410,7 @@ ALTER TABLE ONLY automatic_exploitation_matches
2405
2410
 
2406
2411
 
2407
2412
  --
2408
- -- Name: automatic_exploitation_runs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2413
+ -- Name: automatic_exploitation_runs automatic_exploitation_runs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2409
2414
  --
2410
2415
 
2411
2416
  ALTER TABLE ONLY automatic_exploitation_runs
@@ -2413,7 +2418,7 @@ ALTER TABLE ONLY automatic_exploitation_runs
2413
2418
 
2414
2419
 
2415
2420
  --
2416
- -- Name: clients_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2421
+ -- Name: clients clients_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2417
2422
  --
2418
2423
 
2419
2424
  ALTER TABLE ONLY clients
@@ -2421,7 +2426,7 @@ ALTER TABLE ONLY clients
2421
2426
 
2422
2427
 
2423
2428
  --
2424
- -- Name: creds_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2429
+ -- Name: creds creds_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2425
2430
  --
2426
2431
 
2427
2432
  ALTER TABLE ONLY creds
@@ -2429,7 +2434,7 @@ ALTER TABLE ONLY creds
2429
2434
 
2430
2435
 
2431
2436
  --
2432
- -- Name: events_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2437
+ -- Name: events events_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2433
2438
  --
2434
2439
 
2435
2440
  ALTER TABLE ONLY events
@@ -2437,7 +2442,7 @@ ALTER TABLE ONLY events
2437
2442
 
2438
2443
 
2439
2444
  --
2440
- -- Name: exploit_attempts_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2445
+ -- Name: exploit_attempts exploit_attempts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2441
2446
  --
2442
2447
 
2443
2448
  ALTER TABLE ONLY exploit_attempts
@@ -2445,7 +2450,7 @@ ALTER TABLE ONLY exploit_attempts
2445
2450
 
2446
2451
 
2447
2452
  --
2448
- -- Name: exploited_hosts_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2453
+ -- Name: exploited_hosts exploited_hosts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2449
2454
  --
2450
2455
 
2451
2456
  ALTER TABLE ONLY exploited_hosts
@@ -2453,7 +2458,7 @@ ALTER TABLE ONLY exploited_hosts
2453
2458
 
2454
2459
 
2455
2460
  --
2456
- -- Name: host_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2461
+ -- Name: host_details host_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2457
2462
  --
2458
2463
 
2459
2464
  ALTER TABLE ONLY host_details
@@ -2461,7 +2466,7 @@ ALTER TABLE ONLY host_details
2461
2466
 
2462
2467
 
2463
2468
  --
2464
- -- Name: hosts_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2469
+ -- Name: hosts hosts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2465
2470
  --
2466
2471
 
2467
2472
  ALTER TABLE ONLY hosts
@@ -2469,7 +2474,7 @@ ALTER TABLE ONLY hosts
2469
2474
 
2470
2475
 
2471
2476
  --
2472
- -- Name: hosts_tags_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2477
+ -- Name: hosts_tags hosts_tags_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2473
2478
  --
2474
2479
 
2475
2480
  ALTER TABLE ONLY hosts_tags
@@ -2477,7 +2482,7 @@ ALTER TABLE ONLY hosts_tags
2477
2482
 
2478
2483
 
2479
2484
  --
2480
- -- Name: listeners_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2485
+ -- Name: listeners listeners_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2481
2486
  --
2482
2487
 
2483
2488
  ALTER TABLE ONLY listeners
@@ -2485,7 +2490,7 @@ ALTER TABLE ONLY listeners
2485
2490
 
2486
2491
 
2487
2492
  --
2488
- -- Name: loots_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2493
+ -- Name: loots loots_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2489
2494
  --
2490
2495
 
2491
2496
  ALTER TABLE ONLY loots
@@ -2493,7 +2498,7 @@ ALTER TABLE ONLY loots
2493
2498
 
2494
2499
 
2495
2500
  --
2496
- -- Name: macros_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2501
+ -- Name: macros macros_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2497
2502
  --
2498
2503
 
2499
2504
  ALTER TABLE ONLY macros
@@ -2501,7 +2506,7 @@ ALTER TABLE ONLY macros
2501
2506
 
2502
2507
 
2503
2508
  --
2504
- -- Name: mod_refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2509
+ -- Name: mod_refs mod_refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2505
2510
  --
2506
2511
 
2507
2512
  ALTER TABLE ONLY mod_refs
@@ -2509,7 +2514,7 @@ ALTER TABLE ONLY mod_refs
2509
2514
 
2510
2515
 
2511
2516
  --
2512
- -- Name: module_actions_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2517
+ -- Name: module_actions module_actions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2513
2518
  --
2514
2519
 
2515
2520
  ALTER TABLE ONLY module_actions
@@ -2517,7 +2522,7 @@ ALTER TABLE ONLY module_actions
2517
2522
 
2518
2523
 
2519
2524
  --
2520
- -- Name: module_archs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2525
+ -- Name: module_archs module_archs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2521
2526
  --
2522
2527
 
2523
2528
  ALTER TABLE ONLY module_archs
@@ -2525,7 +2530,7 @@ ALTER TABLE ONLY module_archs
2525
2530
 
2526
2531
 
2527
2532
  --
2528
- -- Name: module_authors_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2533
+ -- Name: module_authors module_authors_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2529
2534
  --
2530
2535
 
2531
2536
  ALTER TABLE ONLY module_authors
@@ -2533,7 +2538,7 @@ ALTER TABLE ONLY module_authors
2533
2538
 
2534
2539
 
2535
2540
  --
2536
- -- Name: module_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2541
+ -- Name: module_details module_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2537
2542
  --
2538
2543
 
2539
2544
  ALTER TABLE ONLY module_details
@@ -2541,7 +2546,7 @@ ALTER TABLE ONLY module_details
2541
2546
 
2542
2547
 
2543
2548
  --
2544
- -- Name: module_mixins_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2549
+ -- Name: module_mixins module_mixins_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2545
2550
  --
2546
2551
 
2547
2552
  ALTER TABLE ONLY module_mixins
@@ -2549,7 +2554,7 @@ ALTER TABLE ONLY module_mixins
2549
2554
 
2550
2555
 
2551
2556
  --
2552
- -- Name: module_platforms_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2557
+ -- Name: module_platforms module_platforms_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2553
2558
  --
2554
2559
 
2555
2560
  ALTER TABLE ONLY module_platforms
@@ -2557,7 +2562,7 @@ ALTER TABLE ONLY module_platforms
2557
2562
 
2558
2563
 
2559
2564
  --
2560
- -- Name: module_refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2565
+ -- Name: module_refs module_refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2561
2566
  --
2562
2567
 
2563
2568
  ALTER TABLE ONLY module_refs
@@ -2565,7 +2570,7 @@ ALTER TABLE ONLY module_refs
2565
2570
 
2566
2571
 
2567
2572
  --
2568
- -- Name: module_runs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2573
+ -- Name: module_runs module_runs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2569
2574
  --
2570
2575
 
2571
2576
  ALTER TABLE ONLY module_runs
@@ -2573,7 +2578,7 @@ ALTER TABLE ONLY module_runs
2573
2578
 
2574
2579
 
2575
2580
  --
2576
- -- Name: module_targets_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2581
+ -- Name: module_targets module_targets_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2577
2582
  --
2578
2583
 
2579
2584
  ALTER TABLE ONLY module_targets
@@ -2581,7 +2586,7 @@ ALTER TABLE ONLY module_targets
2581
2586
 
2582
2587
 
2583
2588
  --
2584
- -- Name: nexpose_consoles_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2589
+ -- Name: nexpose_consoles nexpose_consoles_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2585
2590
  --
2586
2591
 
2587
2592
  ALTER TABLE ONLY nexpose_consoles
@@ -2589,7 +2594,7 @@ ALTER TABLE ONLY nexpose_consoles
2589
2594
 
2590
2595
 
2591
2596
  --
2592
- -- Name: notes_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2597
+ -- Name: notes notes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2593
2598
  --
2594
2599
 
2595
2600
  ALTER TABLE ONLY notes
@@ -2597,7 +2602,7 @@ ALTER TABLE ONLY notes
2597
2602
 
2598
2603
 
2599
2604
  --
2600
- -- Name: profiles_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2605
+ -- Name: profiles profiles_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2601
2606
  --
2602
2607
 
2603
2608
  ALTER TABLE ONLY profiles
@@ -2605,7 +2610,7 @@ ALTER TABLE ONLY profiles
2605
2610
 
2606
2611
 
2607
2612
  --
2608
- -- Name: refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2613
+ -- Name: refs refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2609
2614
  --
2610
2615
 
2611
2616
  ALTER TABLE ONLY refs
@@ -2613,7 +2618,7 @@ ALTER TABLE ONLY refs
2613
2618
 
2614
2619
 
2615
2620
  --
2616
- -- Name: report_templates_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2621
+ -- Name: report_templates report_templates_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2617
2622
  --
2618
2623
 
2619
2624
  ALTER TABLE ONLY report_templates
@@ -2621,7 +2626,7 @@ ALTER TABLE ONLY report_templates
2621
2626
 
2622
2627
 
2623
2628
  --
2624
- -- Name: reports_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2629
+ -- Name: reports reports_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2625
2630
  --
2626
2631
 
2627
2632
  ALTER TABLE ONLY reports
@@ -2629,7 +2634,7 @@ ALTER TABLE ONLY reports
2629
2634
 
2630
2635
 
2631
2636
  --
2632
- -- Name: routes_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2637
+ -- Name: routes routes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2633
2638
  --
2634
2639
 
2635
2640
  ALTER TABLE ONLY routes
@@ -2637,7 +2642,7 @@ ALTER TABLE ONLY routes
2637
2642
 
2638
2643
 
2639
2644
  --
2640
- -- Name: services_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2645
+ -- Name: services services_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2641
2646
  --
2642
2647
 
2643
2648
  ALTER TABLE ONLY services
@@ -2645,7 +2650,7 @@ ALTER TABLE ONLY services
2645
2650
 
2646
2651
 
2647
2652
  --
2648
- -- Name: session_events_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2653
+ -- Name: session_events session_events_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2649
2654
  --
2650
2655
 
2651
2656
  ALTER TABLE ONLY session_events
@@ -2653,7 +2658,7 @@ ALTER TABLE ONLY session_events
2653
2658
 
2654
2659
 
2655
2660
  --
2656
- -- Name: sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2661
+ -- Name: sessions sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2657
2662
  --
2658
2663
 
2659
2664
  ALTER TABLE ONLY sessions
@@ -2661,7 +2666,7 @@ ALTER TABLE ONLY sessions
2661
2666
 
2662
2667
 
2663
2668
  --
2664
- -- Name: tags_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2669
+ -- Name: tags tags_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2665
2670
  --
2666
2671
 
2667
2672
  ALTER TABLE ONLY tags
@@ -2669,7 +2674,7 @@ ALTER TABLE ONLY tags
2669
2674
 
2670
2675
 
2671
2676
  --
2672
- -- Name: task_creds_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2677
+ -- Name: task_creds task_creds_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2673
2678
  --
2674
2679
 
2675
2680
  ALTER TABLE ONLY task_creds
@@ -2677,7 +2682,7 @@ ALTER TABLE ONLY task_creds
2677
2682
 
2678
2683
 
2679
2684
  --
2680
- -- Name: task_hosts_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2685
+ -- Name: task_hosts task_hosts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2681
2686
  --
2682
2687
 
2683
2688
  ALTER TABLE ONLY task_hosts
@@ -2685,7 +2690,7 @@ ALTER TABLE ONLY task_hosts
2685
2690
 
2686
2691
 
2687
2692
  --
2688
- -- Name: task_services_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2693
+ -- Name: task_services task_services_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2689
2694
  --
2690
2695
 
2691
2696
  ALTER TABLE ONLY task_services
@@ -2693,7 +2698,7 @@ ALTER TABLE ONLY task_services
2693
2698
 
2694
2699
 
2695
2700
  --
2696
- -- Name: task_sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2701
+ -- Name: task_sessions task_sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2697
2702
  --
2698
2703
 
2699
2704
  ALTER TABLE ONLY task_sessions
@@ -2701,7 +2706,7 @@ ALTER TABLE ONLY task_sessions
2701
2706
 
2702
2707
 
2703
2708
  --
2704
- -- Name: tasks_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2709
+ -- Name: tasks tasks_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2705
2710
  --
2706
2711
 
2707
2712
  ALTER TABLE ONLY tasks
@@ -2709,7 +2714,7 @@ ALTER TABLE ONLY tasks
2709
2714
 
2710
2715
 
2711
2716
  --
2712
- -- Name: users_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2717
+ -- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2713
2718
  --
2714
2719
 
2715
2720
  ALTER TABLE ONLY users
@@ -2717,7 +2722,7 @@ ALTER TABLE ONLY users
2717
2722
 
2718
2723
 
2719
2724
  --
2720
- -- Name: vuln_attempts_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2725
+ -- Name: vuln_attempts vuln_attempts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2721
2726
  --
2722
2727
 
2723
2728
  ALTER TABLE ONLY vuln_attempts
@@ -2725,7 +2730,7 @@ ALTER TABLE ONLY vuln_attempts
2725
2730
 
2726
2731
 
2727
2732
  --
2728
- -- Name: vuln_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2733
+ -- Name: vuln_details vuln_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2729
2734
  --
2730
2735
 
2731
2736
  ALTER TABLE ONLY vuln_details
@@ -2733,7 +2738,7 @@ ALTER TABLE ONLY vuln_details
2733
2738
 
2734
2739
 
2735
2740
  --
2736
- -- Name: vulns_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2741
+ -- Name: vulns vulns_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2737
2742
  --
2738
2743
 
2739
2744
  ALTER TABLE ONLY vulns
@@ -2741,7 +2746,7 @@ ALTER TABLE ONLY vulns
2741
2746
 
2742
2747
 
2743
2748
  --
2744
- -- Name: vulns_refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2749
+ -- Name: vulns_refs vulns_refs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2745
2750
  --
2746
2751
 
2747
2752
  ALTER TABLE ONLY vulns_refs
@@ -2749,7 +2754,7 @@ ALTER TABLE ONLY vulns_refs
2749
2754
 
2750
2755
 
2751
2756
  --
2752
- -- Name: web_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2757
+ -- Name: web_forms web_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2753
2758
  --
2754
2759
 
2755
2760
  ALTER TABLE ONLY web_forms
@@ -2757,7 +2762,7 @@ ALTER TABLE ONLY web_forms
2757
2762
 
2758
2763
 
2759
2764
  --
2760
- -- Name: web_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2765
+ -- Name: web_pages web_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2761
2766
  --
2762
2767
 
2763
2768
  ALTER TABLE ONLY web_pages
@@ -2765,7 +2770,7 @@ ALTER TABLE ONLY web_pages
2765
2770
 
2766
2771
 
2767
2772
  --
2768
- -- Name: web_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2773
+ -- Name: web_sites web_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2769
2774
  --
2770
2775
 
2771
2776
  ALTER TABLE ONLY web_sites
@@ -2773,7 +2778,7 @@ ALTER TABLE ONLY web_sites
2773
2778
 
2774
2779
 
2775
2780
  --
2776
- -- Name: web_vulns_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2781
+ -- Name: web_vulns web_vulns_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2777
2782
  --
2778
2783
 
2779
2784
  ALTER TABLE ONLY web_vulns
@@ -2781,7 +2786,7 @@ ALTER TABLE ONLY web_vulns
2781
2786
 
2782
2787
 
2783
2788
  --
2784
- -- Name: wmap_requests_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2789
+ -- Name: wmap_requests wmap_requests_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2785
2790
  --
2786
2791
 
2787
2792
  ALTER TABLE ONLY wmap_requests
@@ -2789,7 +2794,7 @@ ALTER TABLE ONLY wmap_requests
2789
2794
 
2790
2795
 
2791
2796
  --
2792
- -- Name: wmap_targets_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2797
+ -- Name: wmap_targets wmap_targets_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2793
2798
  --
2794
2799
 
2795
2800
  ALTER TABLE ONLY wmap_targets
@@ -2797,7 +2802,7 @@ ALTER TABLE ONLY wmap_targets
2797
2802
 
2798
2803
 
2799
2804
  --
2800
- -- Name: workspaces_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
2805
+ -- Name: workspaces workspaces_pkey; Type: CONSTRAINT; Schema: public; Owner: -
2801
2806
  --
2802
2807
 
2803
2808
  ALTER TABLE ONLY workspaces
@@ -2805,357 +2810,357 @@ ALTER TABLE ONLY workspaces
2805
2810
 
2806
2811
 
2807
2812
  --
2808
- -- Name: index_automatic_exploitation_match_results_on_match_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2813
+ -- Name: index_automatic_exploitation_match_results_on_match_id; Type: INDEX; Schema: public; Owner: -
2809
2814
  --
2810
2815
 
2811
2816
  CREATE INDEX index_automatic_exploitation_match_results_on_match_id ON automatic_exploitation_match_results USING btree (match_id);
2812
2817
 
2813
2818
 
2814
2819
  --
2815
- -- Name: index_automatic_exploitation_match_results_on_run_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2820
+ -- Name: index_automatic_exploitation_match_results_on_run_id; Type: INDEX; Schema: public; Owner: -
2816
2821
  --
2817
2822
 
2818
2823
  CREATE INDEX index_automatic_exploitation_match_results_on_run_id ON automatic_exploitation_match_results USING btree (run_id);
2819
2824
 
2820
2825
 
2821
2826
  --
2822
- -- Name: index_automatic_exploitation_match_sets_on_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2827
+ -- Name: index_automatic_exploitation_match_sets_on_user_id; Type: INDEX; Schema: public; Owner: -
2823
2828
  --
2824
2829
 
2825
2830
  CREATE INDEX index_automatic_exploitation_match_sets_on_user_id ON automatic_exploitation_match_sets USING btree (user_id);
2826
2831
 
2827
2832
 
2828
2833
  --
2829
- -- Name: index_automatic_exploitation_match_sets_on_workspace_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2834
+ -- Name: index_automatic_exploitation_match_sets_on_workspace_id; Type: INDEX; Schema: public; Owner: -
2830
2835
  --
2831
2836
 
2832
2837
  CREATE INDEX index_automatic_exploitation_match_sets_on_workspace_id ON automatic_exploitation_match_sets USING btree (workspace_id);
2833
2838
 
2834
2839
 
2835
2840
  --
2836
- -- Name: index_automatic_exploitation_matches_on_module_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2841
+ -- Name: index_automatic_exploitation_matches_on_module_detail_id; Type: INDEX; Schema: public; Owner: -
2837
2842
  --
2838
2843
 
2839
2844
  CREATE INDEX index_automatic_exploitation_matches_on_module_detail_id ON automatic_exploitation_matches USING btree (module_detail_id);
2840
2845
 
2841
2846
 
2842
2847
  --
2843
- -- Name: index_automatic_exploitation_matches_on_module_fullname; Type: INDEX; Schema: public; Owner: -; Tablespace:
2848
+ -- Name: index_automatic_exploitation_matches_on_module_fullname; Type: INDEX; Schema: public; Owner: -
2844
2849
  --
2845
2850
 
2846
2851
  CREATE INDEX index_automatic_exploitation_matches_on_module_fullname ON automatic_exploitation_matches USING btree (module_fullname);
2847
2852
 
2848
2853
 
2849
2854
  --
2850
- -- Name: index_automatic_exploitation_runs_on_match_set_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2855
+ -- Name: index_automatic_exploitation_runs_on_match_set_id; Type: INDEX; Schema: public; Owner: -
2851
2856
  --
2852
2857
 
2853
2858
  CREATE INDEX index_automatic_exploitation_runs_on_match_set_id ON automatic_exploitation_runs USING btree (match_set_id);
2854
2859
 
2855
2860
 
2856
2861
  --
2857
- -- Name: index_automatic_exploitation_runs_on_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2862
+ -- Name: index_automatic_exploitation_runs_on_user_id; Type: INDEX; Schema: public; Owner: -
2858
2863
  --
2859
2864
 
2860
2865
  CREATE INDEX index_automatic_exploitation_runs_on_user_id ON automatic_exploitation_runs USING btree (user_id);
2861
2866
 
2862
2867
 
2863
2868
  --
2864
- -- Name: index_automatic_exploitation_runs_on_workspace_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2869
+ -- Name: index_automatic_exploitation_runs_on_workspace_id; Type: INDEX; Schema: public; Owner: -
2865
2870
  --
2866
2871
 
2867
2872
  CREATE INDEX index_automatic_exploitation_runs_on_workspace_id ON automatic_exploitation_runs USING btree (workspace_id);
2868
2873
 
2869
2874
 
2870
2875
  --
2871
- -- Name: index_hosts_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
2876
+ -- Name: index_hosts_on_name; Type: INDEX; Schema: public; Owner: -
2872
2877
  --
2873
2878
 
2874
2879
  CREATE INDEX index_hosts_on_name ON hosts USING btree (name);
2875
2880
 
2876
2881
 
2877
2882
  --
2878
- -- Name: index_hosts_on_os_flavor; Type: INDEX; Schema: public; Owner: -; Tablespace:
2883
+ -- Name: index_hosts_on_os_flavor; Type: INDEX; Schema: public; Owner: -
2879
2884
  --
2880
2885
 
2881
2886
  CREATE INDEX index_hosts_on_os_flavor ON hosts USING btree (os_flavor);
2882
2887
 
2883
2888
 
2884
2889
  --
2885
- -- Name: index_hosts_on_os_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
2890
+ -- Name: index_hosts_on_os_name; Type: INDEX; Schema: public; Owner: -
2886
2891
  --
2887
2892
 
2888
2893
  CREATE INDEX index_hosts_on_os_name ON hosts USING btree (os_name);
2889
2894
 
2890
2895
 
2891
2896
  --
2892
- -- Name: index_hosts_on_purpose; Type: INDEX; Schema: public; Owner: -; Tablespace:
2897
+ -- Name: index_hosts_on_purpose; Type: INDEX; Schema: public; Owner: -
2893
2898
  --
2894
2899
 
2895
2900
  CREATE INDEX index_hosts_on_purpose ON hosts USING btree (purpose);
2896
2901
 
2897
2902
 
2898
2903
  --
2899
- -- Name: index_hosts_on_state; Type: INDEX; Schema: public; Owner: -; Tablespace:
2904
+ -- Name: index_hosts_on_state; Type: INDEX; Schema: public; Owner: -
2900
2905
  --
2901
2906
 
2902
2907
  CREATE INDEX index_hosts_on_state ON hosts USING btree (state);
2903
2908
 
2904
2909
 
2905
2910
  --
2906
- -- Name: index_hosts_on_workspace_id_and_address; Type: INDEX; Schema: public; Owner: -; Tablespace:
2911
+ -- Name: index_hosts_on_workspace_id_and_address; Type: INDEX; Schema: public; Owner: -
2907
2912
  --
2908
2913
 
2909
2914
  CREATE UNIQUE INDEX index_hosts_on_workspace_id_and_address ON hosts USING btree (workspace_id, address);
2910
2915
 
2911
2916
 
2912
2917
  --
2913
- -- Name: index_loots_on_module_run_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2918
+ -- Name: index_loots_on_module_run_id; Type: INDEX; Schema: public; Owner: -
2914
2919
  --
2915
2920
 
2916
2921
  CREATE INDEX index_loots_on_module_run_id ON loots USING btree (module_run_id);
2917
2922
 
2918
2923
 
2919
2924
  --
2920
- -- Name: index_module_actions_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2925
+ -- Name: index_module_actions_on_detail_id; Type: INDEX; Schema: public; Owner: -
2921
2926
  --
2922
2927
 
2923
2928
  CREATE INDEX index_module_actions_on_detail_id ON module_actions USING btree (detail_id);
2924
2929
 
2925
2930
 
2926
2931
  --
2927
- -- Name: index_module_archs_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2932
+ -- Name: index_module_archs_on_detail_id; Type: INDEX; Schema: public; Owner: -
2928
2933
  --
2929
2934
 
2930
2935
  CREATE INDEX index_module_archs_on_detail_id ON module_archs USING btree (detail_id);
2931
2936
 
2932
2937
 
2933
2938
  --
2934
- -- Name: index_module_authors_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2939
+ -- Name: index_module_authors_on_detail_id; Type: INDEX; Schema: public; Owner: -
2935
2940
  --
2936
2941
 
2937
2942
  CREATE INDEX index_module_authors_on_detail_id ON module_authors USING btree (detail_id);
2938
2943
 
2939
2944
 
2940
2945
  --
2941
- -- Name: index_module_details_on_description; Type: INDEX; Schema: public; Owner: -; Tablespace:
2946
+ -- Name: index_module_details_on_description; Type: INDEX; Schema: public; Owner: -
2942
2947
  --
2943
2948
 
2944
2949
  CREATE INDEX index_module_details_on_description ON module_details USING btree (description);
2945
2950
 
2946
2951
 
2947
2952
  --
2948
- -- Name: index_module_details_on_mtype; Type: INDEX; Schema: public; Owner: -; Tablespace:
2953
+ -- Name: index_module_details_on_mtype; Type: INDEX; Schema: public; Owner: -
2949
2954
  --
2950
2955
 
2951
2956
  CREATE INDEX index_module_details_on_mtype ON module_details USING btree (mtype);
2952
2957
 
2953
2958
 
2954
2959
  --
2955
- -- Name: index_module_details_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
2960
+ -- Name: index_module_details_on_name; Type: INDEX; Schema: public; Owner: -
2956
2961
  --
2957
2962
 
2958
2963
  CREATE INDEX index_module_details_on_name ON module_details USING btree (name);
2959
2964
 
2960
2965
 
2961
2966
  --
2962
- -- Name: index_module_details_on_refname; Type: INDEX; Schema: public; Owner: -; Tablespace:
2967
+ -- Name: index_module_details_on_refname; Type: INDEX; Schema: public; Owner: -
2963
2968
  --
2964
2969
 
2965
2970
  CREATE INDEX index_module_details_on_refname ON module_details USING btree (refname);
2966
2971
 
2967
2972
 
2968
2973
  --
2969
- -- Name: index_module_mixins_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2974
+ -- Name: index_module_mixins_on_detail_id; Type: INDEX; Schema: public; Owner: -
2970
2975
  --
2971
2976
 
2972
2977
  CREATE INDEX index_module_mixins_on_detail_id ON module_mixins USING btree (detail_id);
2973
2978
 
2974
2979
 
2975
2980
  --
2976
- -- Name: index_module_platforms_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2981
+ -- Name: index_module_platforms_on_detail_id; Type: INDEX; Schema: public; Owner: -
2977
2982
  --
2978
2983
 
2979
2984
  CREATE INDEX index_module_platforms_on_detail_id ON module_platforms USING btree (detail_id);
2980
2985
 
2981
2986
 
2982
2987
  --
2983
- -- Name: index_module_refs_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
2988
+ -- Name: index_module_refs_on_detail_id; Type: INDEX; Schema: public; Owner: -
2984
2989
  --
2985
2990
 
2986
2991
  CREATE INDEX index_module_refs_on_detail_id ON module_refs USING btree (detail_id);
2987
2992
 
2988
2993
 
2989
2994
  --
2990
- -- Name: index_module_refs_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
2995
+ -- Name: index_module_refs_on_name; Type: INDEX; Schema: public; Owner: -
2991
2996
  --
2992
2997
 
2993
2998
  CREATE INDEX index_module_refs_on_name ON module_refs USING btree (name);
2994
2999
 
2995
3000
 
2996
3001
  --
2997
- -- Name: index_module_runs_on_session_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
3002
+ -- Name: index_module_runs_on_session_id; Type: INDEX; Schema: public; Owner: -
2998
3003
  --
2999
3004
 
3000
3005
  CREATE INDEX index_module_runs_on_session_id ON module_runs USING btree (session_id);
3001
3006
 
3002
3007
 
3003
3008
  --
3004
- -- Name: index_module_runs_on_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
3009
+ -- Name: index_module_runs_on_user_id; Type: INDEX; Schema: public; Owner: -
3005
3010
  --
3006
3011
 
3007
3012
  CREATE INDEX index_module_runs_on_user_id ON module_runs USING btree (user_id);
3008
3013
 
3009
3014
 
3010
3015
  --
3011
- -- Name: index_module_targets_on_detail_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
3016
+ -- Name: index_module_targets_on_detail_id; Type: INDEX; Schema: public; Owner: -
3012
3017
  --
3013
3018
 
3014
3019
  CREATE INDEX index_module_targets_on_detail_id ON module_targets USING btree (detail_id);
3015
3020
 
3016
3021
 
3017
3022
  --
3018
- -- Name: index_notes_on_ntype; Type: INDEX; Schema: public; Owner: -; Tablespace:
3023
+ -- Name: index_notes_on_ntype; Type: INDEX; Schema: public; Owner: -
3019
3024
  --
3020
3025
 
3021
3026
  CREATE INDEX index_notes_on_ntype ON notes USING btree (ntype);
3022
3027
 
3023
3028
 
3024
3029
  --
3025
- -- Name: index_notes_on_vuln_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
3030
+ -- Name: index_notes_on_vuln_id; Type: INDEX; Schema: public; Owner: -
3026
3031
  --
3027
3032
 
3028
3033
  CREATE INDEX index_notes_on_vuln_id ON notes USING btree (vuln_id);
3029
3034
 
3030
3035
 
3031
3036
  --
3032
- -- Name: index_refs_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
3037
+ -- Name: index_refs_on_name; Type: INDEX; Schema: public; Owner: -
3033
3038
  --
3034
3039
 
3035
3040
  CREATE INDEX index_refs_on_name ON refs USING btree (name);
3036
3041
 
3037
3042
 
3038
3043
  --
3039
- -- Name: index_services_on_host_id_and_port_and_proto; Type: INDEX; Schema: public; Owner: -; Tablespace:
3044
+ -- Name: index_services_on_host_id_and_port_and_proto; Type: INDEX; Schema: public; Owner: -
3040
3045
  --
3041
3046
 
3042
3047
  CREATE UNIQUE INDEX index_services_on_host_id_and_port_and_proto ON services USING btree (host_id, port, proto);
3043
3048
 
3044
3049
 
3045
3050
  --
3046
- -- Name: index_services_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
3051
+ -- Name: index_services_on_name; Type: INDEX; Schema: public; Owner: -
3047
3052
  --
3048
3053
 
3049
3054
  CREATE INDEX index_services_on_name ON services USING btree (name);
3050
3055
 
3051
3056
 
3052
3057
  --
3053
- -- Name: index_services_on_port; Type: INDEX; Schema: public; Owner: -; Tablespace:
3058
+ -- Name: index_services_on_port; Type: INDEX; Schema: public; Owner: -
3054
3059
  --
3055
3060
 
3056
3061
  CREATE INDEX index_services_on_port ON services USING btree (port);
3057
3062
 
3058
3063
 
3059
3064
  --
3060
- -- Name: index_services_on_proto; Type: INDEX; Schema: public; Owner: -; Tablespace:
3065
+ -- Name: index_services_on_proto; Type: INDEX; Schema: public; Owner: -
3061
3066
  --
3062
3067
 
3063
3068
  CREATE INDEX index_services_on_proto ON services USING btree (proto);
3064
3069
 
3065
3070
 
3066
3071
  --
3067
- -- Name: index_services_on_state; Type: INDEX; Schema: public; Owner: -; Tablespace:
3072
+ -- Name: index_services_on_state; Type: INDEX; Schema: public; Owner: -
3068
3073
  --
3069
3074
 
3070
3075
  CREATE INDEX index_services_on_state ON services USING btree (state);
3071
3076
 
3072
3077
 
3073
3078
  --
3074
- -- Name: index_sessions_on_module_run_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
3079
+ -- Name: index_sessions_on_module_run_id; Type: INDEX; Schema: public; Owner: -
3075
3080
  --
3076
3081
 
3077
3082
  CREATE INDEX index_sessions_on_module_run_id ON sessions USING btree (module_run_id);
3078
3083
 
3079
3084
 
3080
3085
  --
3081
- -- Name: index_vulns_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
3086
+ -- Name: index_vulns_on_name; Type: INDEX; Schema: public; Owner: -
3082
3087
  --
3083
3088
 
3084
3089
  CREATE INDEX index_vulns_on_name ON vulns USING btree (name);
3085
3090
 
3086
3091
 
3087
3092
  --
3088
- -- Name: index_vulns_on_origin_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
3093
+ -- Name: index_vulns_on_origin_id; Type: INDEX; Schema: public; Owner: -
3089
3094
  --
3090
3095
 
3091
3096
  CREATE INDEX index_vulns_on_origin_id ON vulns USING btree (origin_id);
3092
3097
 
3093
3098
 
3094
3099
  --
3095
- -- Name: index_web_forms_on_path; Type: INDEX; Schema: public; Owner: -; Tablespace:
3100
+ -- Name: index_web_forms_on_path; Type: INDEX; Schema: public; Owner: -
3096
3101
  --
3097
3102
 
3098
3103
  CREATE INDEX index_web_forms_on_path ON web_forms USING btree (path);
3099
3104
 
3100
3105
 
3101
3106
  --
3102
- -- Name: index_web_pages_on_path; Type: INDEX; Schema: public; Owner: -; Tablespace:
3107
+ -- Name: index_web_pages_on_path; Type: INDEX; Schema: public; Owner: -
3103
3108
  --
3104
3109
 
3105
3110
  CREATE INDEX index_web_pages_on_path ON web_pages USING btree (path);
3106
3111
 
3107
3112
 
3108
3113
  --
3109
- -- Name: index_web_pages_on_query; Type: INDEX; Schema: public; Owner: -; Tablespace:
3114
+ -- Name: index_web_pages_on_query; Type: INDEX; Schema: public; Owner: -
3110
3115
  --
3111
3116
 
3112
3117
  CREATE INDEX index_web_pages_on_query ON web_pages USING btree (query);
3113
3118
 
3114
3119
 
3115
3120
  --
3116
- -- Name: index_web_sites_on_comments; Type: INDEX; Schema: public; Owner: -; Tablespace:
3121
+ -- Name: index_web_sites_on_comments; Type: INDEX; Schema: public; Owner: -
3117
3122
  --
3118
3123
 
3119
3124
  CREATE INDEX index_web_sites_on_comments ON web_sites USING btree (comments);
3120
3125
 
3121
3126
 
3122
3127
  --
3123
- -- Name: index_web_sites_on_options; Type: INDEX; Schema: public; Owner: -; Tablespace:
3128
+ -- Name: index_web_sites_on_options; Type: INDEX; Schema: public; Owner: -
3124
3129
  --
3125
3130
 
3126
3131
  CREATE INDEX index_web_sites_on_options ON web_sites USING btree (options);
3127
3132
 
3128
3133
 
3129
3134
  --
3130
- -- Name: index_web_sites_on_vhost; Type: INDEX; Schema: public; Owner: -; Tablespace:
3135
+ -- Name: index_web_sites_on_vhost; Type: INDEX; Schema: public; Owner: -
3131
3136
  --
3132
3137
 
3133
3138
  CREATE INDEX index_web_sites_on_vhost ON web_sites USING btree (vhost);
3134
3139
 
3135
3140
 
3136
3141
  --
3137
- -- Name: index_web_vulns_on_method; Type: INDEX; Schema: public; Owner: -; Tablespace:
3142
+ -- Name: index_web_vulns_on_method; Type: INDEX; Schema: public; Owner: -
3138
3143
  --
3139
3144
 
3140
3145
  CREATE INDEX index_web_vulns_on_method ON web_vulns USING btree (method);
3141
3146
 
3142
3147
 
3143
3148
  --
3144
- -- Name: index_web_vulns_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
3149
+ -- Name: index_web_vulns_on_name; Type: INDEX; Schema: public; Owner: -
3145
3150
  --
3146
3151
 
3147
3152
  CREATE INDEX index_web_vulns_on_name ON web_vulns USING btree (name);
3148
3153
 
3149
3154
 
3150
3155
  --
3151
- -- Name: index_web_vulns_on_path; Type: INDEX; Schema: public; Owner: -; Tablespace:
3156
+ -- Name: index_web_vulns_on_path; Type: INDEX; Schema: public; Owner: -
3152
3157
  --
3153
3158
 
3154
3159
  CREATE INDEX index_web_vulns_on_path ON web_vulns USING btree (path);
3155
3160
 
3156
3161
 
3157
3162
  --
3158
- -- Name: unique_schema_migrations; Type: INDEX; Schema: public; Owner: -; Tablespace:
3163
+ -- Name: unique_schema_migrations; Type: INDEX; Schema: public; Owner: -
3159
3164
  --
3160
3165
 
3161
3166
  CREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations USING btree (version);
@@ -3165,7 +3170,7 @@ CREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations USING btree (v
3165
3170
  -- PostgreSQL database dump complete
3166
3171
  --
3167
3172
 
3168
- SET search_path TO "$user",public;
3173
+ SET search_path TO "$user", public;
3169
3174
 
3170
3175
  INSERT INTO schema_migrations (version) VALUES ('0');
3171
3176