1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Generated by fdp version 2.2.1 (Thu Apr 6 00:32:47 UTC 2006)
For user: (stub) Stuart Bishop,,, Title: g Pages: 1 -->
<svg width="2631px" height="2536px"
viewBox = "-1 -1 2630 2535"
xmlns="http://www.w3.org/2000/svg">
<g id="graph0" class="graph" style="font-family:Times-Roman;font-size:14.00;">
<title>g</title>
<text text-anchor="middle" style="font-size:22.00;" x="1314" y="2518">Malone</text>
<g id="node1" class="node"><title>bug</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1493,1062 1493,804 1701,804 1701,1062 1493,1062"/>
<polygon style="fill:white;stroke:white;" points="1496,821 1496,807 1698,807 1698,821 1496,821"/>
<text text-anchor="middle" style="font-size:8.00;" x="1597" y="817">bug</text>
<polygon style="fill:none;stroke:black;" points="1496,821 1496,807 1698,807 1698,821 1496,821"/>
<text text-anchor="middle" style="font-size:8.00;" x="1502" y="832">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1585" y="832">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1647" y="832"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1517" y="846">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="1594" y="846">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1508" y="860">name</text>
<text text-anchor="middle" style="font-size:8.00;" x="1583" y="860">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1635" y="860"> UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="1505" y="874">title</text>
<text text-anchor="middle" style="font-size:8.00;" x="1583" y="874">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1516" y="888">description</text>
<text text-anchor="middle" style="font-size:8.00;" x="1583" y="888">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1509" y="902">owner</text>
<text text-anchor="middle" style="font-size:8.00;" x="1588" y="902">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1657" y="902"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="1517" y="916">duplicateof</text>
<text text-anchor="middle" style="font-size:8.00;" x="1588" y="916">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1652" y="916"> REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1525" y="930">communityscore</text>
<text text-anchor="middle" style="font-size:8.00;" x="1588" y="930">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1534" y="944">communitytimestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1594" y="944">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1519" y="958">activityscore</text>
<text text-anchor="middle" style="font-size:8.00;" x="1588" y="958">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1527" y="972">activitytimestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1594" y="972">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1505" y="986">hits</text>
<text text-anchor="middle" style="font-size:8.00;" x="1588" y="986">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1522" y="1000">hitstimestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1594" y="1000">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1503" y="1014">fti</text>
<text text-anchor="middle" style="font-size:8.00;" x="1590" y="1014">tsvector</text>
<text text-anchor="middle" style="font-size:8.00;" x="1510" y="1028">private</text>
<text text-anchor="middle" style="font-size:8.00;" x="1590" y="1028">boolean</text>
<text text-anchor="middle" style="font-size:8.00;" x="1524" y="1042">security_related</text>
<text text-anchor="middle" style="font-size:8.00;" x="1590" y="1042">boolean</text>
<text text-anchor="middle" style="font-size:8.00;" x="1528" y="1056">date_last_updated</text>
<text text-anchor="middle" style="font-size:8.00;" x="1594" y="1056">timestamp</text>
<polygon style="fill:none;stroke:black;" points="1493,1062 1493,804 1701,804 1701,1062 1493,1062"/>
</g>
<g id="edge4" class="edge"><title>bug->bug</title>
<path style="fill:none;stroke:black;" d="M1709,1014C1720,998 1727,971 1727,933 1727,901 1722,877 1714,861"/>
<polygon style="fill:black;stroke:black;" points="1711,862 1709,852 1717,859 1711,862"/>
</g>
<g id="node22" class="node"><title>fake_person_32</title>
<ellipse cx="1364" cy="1088" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1364" y="1091">person</text>
</g>
<g id="edge2" class="edge"><title>bug->fake_person_32</title>
<path style="fill:none;stroke:black;" d="M1485,1008C1450,1031 1415,1054 1391,1069"/>
<polygon style="fill:black;stroke:black;" points="1393,1072 1383,1075 1389,1066 1393,1072"/>
</g>
<g id="node2" class="node"><title>bugactivity</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1364,679 1364,547 1536,547 1536,679 1364,679"/>
<polygon style="fill:white;stroke:white;" points="1367,564 1367,550 1533,550 1533,564 1367,564"/>
<text text-anchor="middle" style="font-size:8.00;" x="1450" y="560">bugactivity</text>
<polygon style="fill:none;stroke:black;" points="1367,564 1367,550 1533,550 1533,564 1367,564"/>
<text text-anchor="middle" style="font-size:8.00;" x="1373" y="575">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1429" y="575">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1491" y="575"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1376" y="589">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1432" y="589">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1496" y="589"> REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1390" y="603">datechanged</text>
<text text-anchor="middle" style="font-size:8.00;" x="1438" y="603">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1381" y="617">person</text>
<text text-anchor="middle" style="font-size:8.00;" x="1432" y="617">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1391" y="631">whatchanged</text>
<text text-anchor="middle" style="font-size:8.00;" x="1427" y="631">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1383" y="645">oldvalue</text>
<text text-anchor="middle" style="font-size:8.00;" x="1427" y="645">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1386" y="659">newvalue</text>
<text text-anchor="middle" style="font-size:8.00;" x="1427" y="659">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1384" y="673">message</text>
<text text-anchor="middle" style="font-size:8.00;" x="1427" y="673">text</text>
<polygon style="fill:none;stroke:black;" points="1364,679 1364,547 1536,547 1536,679 1364,679"/>
</g>
<g id="edge6" class="edge"><title>bugactivity->bug</title>
<path style="fill:none;stroke:black;" d="M1482,683C1497,714 1515,753 1532,791"/>
<polygon style="fill:black;stroke:black;" points="1535,789 1536,800 1529,792 1535,789"/>
</g>
<g id="node3" class="node"><title>bugattachment</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1934,1257 1934,1139 2118,1139 2118,1257 1934,1257"/>
<polygon style="fill:white;stroke:white;" points="1937,1156 1937,1142 2115,1142 2115,1156 1937,1156"/>
<text text-anchor="middle" style="font-size:8.00;" x="2026" y="1152">bugattachment</text>
<polygon style="fill:none;stroke:black;" points="1937,1156 1937,1142 2115,1142 2115,1156 1937,1156"/>
<text text-anchor="middle" style="font-size:8.00;" x="1943" y="1167">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1988" y="1167">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="2039" y="1167"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1954" y="1181">message</text>
<text text-anchor="middle" style="font-size:8.00;" x="1991" y="1181">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2052" y="1181"> REFERENCES message </text>
<text text-anchor="middle" style="font-size:8.00;" x="1949" y="1195">name</text>
<text text-anchor="middle" style="font-size:8.00;" x="1986" y="1195">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1946" y="1209">title</text>
<text text-anchor="middle" style="font-size:8.00;" x="1986" y="1209">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1956" y="1223">libraryfile</text>
<text text-anchor="middle" style="font-size:8.00;" x="1991" y="1223">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2061" y="1223"> REFERENCES libraryfilealias </text>
<text text-anchor="middle" style="font-size:8.00;" x="1946" y="1237">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1991" y="1237">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2044" y="1237"> REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1947" y="1251">type</text>
<text text-anchor="middle" style="font-size:8.00;" x="1991" y="1251">integer</text>
<polygon style="fill:none;stroke:black;" points="1934,1257 1934,1139 2118,1139 2118,1257 1934,1257"/>
</g>
<g id="edge12" class="edge"><title>bugattachment->bug</title>
<path style="fill:none;stroke:black;" d="M1926,1136C1864,1098 1783,1048 1718,1007"/>
<polygon style="fill:black;stroke:black;" points="1716,1010 1709,1002 1719,1004 1716,1010"/>
</g>
<g id="node26" class="node"><title>fake_message_36</title>
<ellipse cx="2211" cy="1391" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2211" y="1394">message</text>
</g>
<g id="edge8" class="edge"><title>bugattachment->fake_message_36</title>
<path style="fill:none;stroke:black;" d="M2087,1261C2122,1297 2164,1342 2189,1368"/>
<polygon style="fill:black;stroke:black;" points="2191,1365 2196,1375 2186,1370 2191,1365"/>
</g>
<g id="node28" class="node"><title>fake_libraryfilealias_38</title>
<ellipse cx="2292" cy="1286" rx="35" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2292" y="1289">libraryfilealias</text>
</g>
<g id="edge10" class="edge"><title>bugattachment->fake_libraryfilealias_38</title>
<path style="fill:none;stroke:black;" d="M2126,1231C2170,1245 2220,1262 2253,1273"/>
<polygon style="fill:black;stroke:black;" points="2254,1270 2263,1276 2252,1276 2254,1270"/>
</g>
<g id="node4" class="node"><title>bugbranch</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1203,519 1203,401 1417,401 1417,519 1203,519"/>
<polygon style="fill:white;stroke:white;" points="1206,418 1206,404 1414,404 1414,418 1206,418"/>
<text text-anchor="middle" style="font-size:8.00;" x="1310" y="414">bugbranch</text>
<polygon style="fill:none;stroke:black;" points="1206,418 1206,404 1414,404 1414,418 1206,418"/>
<text text-anchor="middle" style="font-size:8.00;" x="1212" y="429">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1268" y="429">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1227" y="443">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="1277" y="443">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1215" y="457">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1271" y="457">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1351" y="457"> UNIQUE REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1220" y="471">branch</text>
<text text-anchor="middle" style="font-size:8.00;" x="1271" y="471">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1356" y="471"> UNIQUE REFERENCES branch </text>
<text text-anchor="middle" style="font-size:8.00;" x="1230" y="485">revision_hint</text>
<text text-anchor="middle" style="font-size:8.00;" x="1271" y="485">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1342" y="485"> REFERENCES revision </text>
<text text-anchor="middle" style="font-size:8.00;" x="1218" y="499">status</text>
<text text-anchor="middle" style="font-size:8.00;" x="1271" y="499">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1227" y="513">whiteboard</text>
<text text-anchor="middle" style="font-size:8.00;" x="1266" y="513">text</text>
<polygon style="fill:none;stroke:black;" points="1203,519 1203,401 1417,401 1417,519 1203,519"/>
</g>
<g id="edge14" class="edge"><title>bugbranch->bug</title>
<path style="fill:none;stroke:black;" d="M1312,523C1315,571 1325,636 1351,686 1381,745 1431,798 1478,840"/>
<polygon style="fill:black;stroke:black;" points="1480,837 1485,847 1475,842 1480,837"/>
</g>
<g id="node32" class="node"><title>fake_branch_42</title>
<ellipse cx="1239" cy="193" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1239" y="196">branch</text>
</g>
<g id="edge16" class="edge"><title>bugbranch->fake_branch_42</title>
<path style="fill:none;stroke:black;" d="M1293,397C1278,341 1258,262 1247,221"/>
<polygon style="fill:black;stroke:black;" points="1244,222 1244,211 1250,220 1244,222"/>
</g>
<g id="node34" class="node"><title>fake_revision_44</title>
<ellipse cx="1120" cy="261" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1120" y="264">revision</text>
</g>
<g id="edge18" class="edge"><title>bugbranch->fake_revision_44</title>
<path style="fill:none;stroke:black;" d="M1250,397C1213,358 1168,311 1142,284"/>
<polygon style="fill:black;stroke:black;" points="1139,286 1135,276 1144,281 1139,286"/>
</g>
<g id="node5" class="node"><title>bugcve</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1775,1346 1775,1284 1937,1284 1937,1346 1775,1346"/>
<polygon style="fill:white;stroke:white;" points="1778,1301 1778,1287 1934,1287 1934,1301 1778,1301"/>
<text text-anchor="middle" style="font-size:8.00;" x="1856" y="1297">bugcve</text>
<polygon style="fill:none;stroke:black;" points="1778,1301 1778,1287 1934,1287 1934,1301 1778,1301"/>
<text text-anchor="middle" style="font-size:8.00;" x="1784" y="1312">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1809" y="1312">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1860" y="1312"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1787" y="1326">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1812" y="1326">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1881" y="1326"> UNIQUE REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1786" y="1340">cve</text>
<text text-anchor="middle" style="font-size:8.00;" x="1812" y="1340">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1881" y="1340"> UNIQUE REFERENCES cve </text>
<polygon style="fill:none;stroke:black;" points="1775,1346 1775,1284 1937,1284 1937,1346 1775,1346"/>
</g>
<g id="edge20" class="edge"><title>bugcve->bug</title>
<path style="fill:none;stroke:black;" d="M1832,1280C1800,1233 1743,1149 1693,1075"/>
<polygon style="fill:black;stroke:black;" points="1690,1076 1687,1066 1695,1072 1690,1076"/>
</g>
<g id="node17" class="node"><title>cve</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1992,1673 1992,1555 2152,1555 2152,1673 1992,1673"/>
<polygon style="fill:white;stroke:white;" points="1995,1572 1995,1558 2149,1558 2149,1572 1995,1572"/>
<text text-anchor="middle" style="font-size:8.00;" x="2072" y="1568">cve</text>
<polygon style="fill:none;stroke:black;" points="1995,1572 1995,1558 2149,1558 2149,1572 1995,1572"/>
<text text-anchor="middle" style="font-size:8.00;" x="2001" y="1583">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="2055" y="1583">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="2117" y="1583"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="2012" y="1597">sequence</text>
<text text-anchor="middle" style="font-size:8.00;" x="2053" y="1597">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="2105" y="1597"> UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="2007" y="1611">status</text>
<text text-anchor="middle" style="font-size:8.00;" x="2058" y="1611">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2015" y="1625">description</text>
<text text-anchor="middle" style="font-size:8.00;" x="2053" y="1625">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="2016" y="1639">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="2064" y="1639">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="2019" y="1653">datemodified</text>
<text text-anchor="middle" style="font-size:8.00;" x="2064" y="1653">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="2002" y="1667">fti</text>
<text text-anchor="middle" style="font-size:8.00;" x="2060" y="1667">tsvector</text>
<polygon style="fill:none;stroke:black;" points="1992,1673 1992,1555 2152,1555 2152,1673 1992,1673"/>
</g>
<g id="edge22" class="edge"><title>bugcve->cve</title>
<path style="fill:none;stroke:black;" d="M1881,1350C1915,1397 1976,1482 2020,1543"/>
<polygon style="fill:black;stroke:black;" points="2023,1541 2026,1551 2017,1545 2023,1541"/>
</g>
<g id="node6" class="node"><title>bugexternalref</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1115,764 1115,660 1289,660 1289,764 1115,764"/>
<polygon style="fill:white;stroke:white;" points="1118,677 1118,663 1286,663 1286,677 1118,677"/>
<text text-anchor="middle" style="font-size:8.00;" x="1202" y="673">bugexternalref</text>
<polygon style="fill:none;stroke:black;" points="1118,677 1118,663 1286,663 1286,677 1118,677"/>
<text text-anchor="middle" style="font-size:8.00;" x="1124" y="688">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1173" y="688">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1235" y="688"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1127" y="702">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1176" y="702">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1240" y="702"> REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1126" y="716">url</text>
<text text-anchor="middle" style="font-size:8.00;" x="1171" y="716">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1127" y="730">title</text>
<text text-anchor="middle" style="font-size:8.00;" x="1171" y="730">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="1139" y="744">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="1182" y="744">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1131" y="758">owner</text>
<text text-anchor="middle" style="font-size:8.00;" x="1176" y="758">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1245" y="758"> REFERENCES person </text>
<polygon style="fill:none;stroke:black;" points="1115,764 1115,660 1289,660 1289,764 1115,764"/>
</g>
<g id="edge24" class="edge"><title>bugexternalref->bug</title>
<path style="fill:none;stroke:black;" d="M1297,765C1351,795 1419,833 1476,865"/>
<polygon style="fill:black;stroke:black;" points="1478,862 1485,870 1475,868 1478,862"/>
</g>
<g id="node39" class="node"><title>fake_person_49</title>
<ellipse cx="1012" cy="578" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1012" y="581">person</text>
</g>
<g id="edge26" class="edge"><title>bugexternalref->fake_person_49</title>
<path style="fill:none;stroke:black;" d="M1123,656C1093,635 1061,612 1039,597"/>
<polygon style="fill:black;stroke:black;" points="1037,600 1031,591 1041,594 1037,600"/>
</g>
<g id="node7" class="node"><title>buglabel</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1520,1404 1520,1356 1714,1356 1714,1404 1520,1404"/>
<polygon style="fill:white;stroke:white;" points="1523,1373 1523,1359 1711,1359 1711,1373 1523,1373"/>
<text text-anchor="middle" style="font-size:8.00;" x="1617" y="1369">buglabel</text>
<polygon style="fill:none;stroke:black;" points="1523,1373 1523,1359 1711,1359 1711,1373 1523,1373"/>
<text text-anchor="middle" style="font-size:8.00;" x="1532" y="1384">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1561" y="1384">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1642" y="1384"> REFERENCES bug PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1534" y="1398">label</text>
<text text-anchor="middle" style="font-size:8.00;" x="1561" y="1398">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1644" y="1398"> REFERENCES label PRIMARY KEY </text>
<polygon style="fill:none;stroke:black;" points="1520,1404 1520,1356 1714,1356 1714,1404 1520,1404"/>
</g>
<g id="edge28" class="edge"><title>buglabel->bug</title>
<path style="fill:none;stroke:black;" d="M1605,1352C1598,1332 1588,1304 1584,1279 1574,1213 1575,1139 1579,1076"/>
<polygon style="fill:black;stroke:black;" points="1576,1076 1580,1066 1582,1076 1576,1076"/>
</g>
<g id="node42" class="node"><title>fake_label_52</title>
<ellipse cx="1671" cy="1625" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1671" y="1628">label</text>
</g>
<g id="edge30" class="edge"><title>buglabel->fake_label_52</title>
<path style="fill:none;stroke:black;" d="M1623,1408C1633,1455 1655,1550 1665,1597"/>
<polygon style="fill:black;stroke:black;" points="1668,1597 1667,1607 1662,1598 1668,1597"/>
</g>
<g id="node8" class="node"><title>bugmessage</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1926,1005 1926,943 2118,943 2118,1005 1926,1005"/>
<polygon style="fill:white;stroke:white;" points="1929,960 1929,946 2115,946 2115,960 1929,960"/>
<text text-anchor="middle" style="font-size:8.00;" x="2022" y="956">bugmessage</text>
<polygon style="fill:none;stroke:black;" points="1929,960 1929,946 2115,946 2115,960 1929,960"/>
<text text-anchor="middle" style="font-size:8.00;" x="1935" y="971">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1975" y="971">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="2026" y="971"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1938" y="985">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1978" y="985">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2047" y="985"> REFERENCES bug UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="1946" y="999">message</text>
<text text-anchor="middle" style="font-size:8.00;" x="1978" y="999">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2055" y="999"> UNIQUE REFERENCES message </text>
<polygon style="fill:none;stroke:black;" points="1926,1005 1926,943 2118,943 2118,1005 1926,1005"/>
</g>
<g id="edge32" class="edge"><title>bugmessage->bug</title>
<path style="fill:none;stroke:black;" d="M1918,964C1858,958 1782,951 1719,945"/>
<polygon style="fill:black;stroke:black;" points="1719,948 1709,944 1719,942 1719,948"/>
</g>
<g id="node45" class="node"><title>fake_message_55</title>
<ellipse cx="2271" cy="1017" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2271" y="1020">message</text>
</g>
<g id="edge34" class="edge"><title>bugmessage->fake_message_55</title>
<path style="fill:none;stroke:black;" d="M2126,992C2164,999 2206,1006 2235,1011"/>
<polygon style="fill:black;stroke:black;" points="2236,1008 2245,1013 2235,1014 2236,1008"/>
</g>
<g id="node9" class="node"><title>bugnotification</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1458,498 1458,408 1676,408 1676,498 1458,498"/>
<polygon style="fill:white;stroke:white;" points="1461,425 1461,411 1673,411 1673,425 1461,425"/>
<text text-anchor="middle" style="font-size:8.00;" x="1567" y="421">bugnotification</text>
<polygon style="fill:none;stroke:black;" points="1461,425 1461,411 1673,411 1673,425 1461,425"/>
<text text-anchor="middle" style="font-size:8.00;" x="1467" y="436">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1522" y="436">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1584" y="436"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1470" y="450">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1525" y="450">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1605" y="450"> UNIQUE REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1478" y="464">message</text>
<text text-anchor="middle" style="font-size:8.00;" x="1525" y="464">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1613" y="464"> UNIQUE REFERENCES message </text>
<text text-anchor="middle" style="font-size:8.00;" x="1484" y="478">is_comment</text>
<text text-anchor="middle" style="font-size:8.00;" x="1527" y="478">boolean</text>
<text text-anchor="middle" style="font-size:8.00;" x="1485" y="492">date_emailed</text>
<text text-anchor="middle" style="font-size:8.00;" x="1531" y="492">timestamp</text>
<polygon style="fill:none;stroke:black;" points="1458,498 1458,408 1676,408 1676,498 1458,498"/>
</g>
<g id="edge36" class="edge"><title>bugnotification->bug</title>
<path style="fill:none;stroke:black;" d="M1570,502C1575,569 1582,692 1588,790"/>
<polygon style="fill:black;stroke:black;" points="1591,790 1589,800 1585,790 1591,790"/>
</g>
<g id="node48" class="node"><title>fake_message_58</title>
<ellipse cx="1534" cy="193" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1534" y="196">message</text>
</g>
<g id="edge38" class="edge"><title>bugnotification->fake_message_58</title>
<path style="fill:none;stroke:black;" d="M1561,404C1554,350 1543,265 1537,221"/>
<polygon style="fill:black;stroke:black;" points="1534,221 1536,211 1540,221 1534,221"/>
</g>
<g id="node10" class="node"><title>bugpackageinfestation</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="2090,845 2090,671 2378,671 2378,845 2090,845"/>
<polygon style="fill:white;stroke:white;" points="2093,688 2093,674 2375,674 2375,688 2093,688"/>
<text text-anchor="middle" style="font-size:8.00;" x="2234" y="684">bugpackageinfestation</text>
<polygon style="fill:none;stroke:black;" points="2093,688 2093,674 2375,674 2375,688 2093,688"/>
<text text-anchor="middle" style="font-size:8.00;" x="2099" y="699">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="2181" y="699">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="2243" y="699"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="2102" y="713">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="2184" y="713">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2264" y="713"> REFERENCES bug UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="2131" y="727">sourcepackagerelease</text>
<text text-anchor="middle" style="font-size:8.00;" x="2184" y="727">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2293" y="727"> UNIQUE REFERENCES sourcepackagerelease </text>
<text text-anchor="middle" style="font-size:8.00;" x="2108" y="741">explicit</text>
<text text-anchor="middle" style="font-size:8.00;" x="2186" y="741">boolean</text>
<text text-anchor="middle" style="font-size:8.00;" x="2122" y="755">infestationstatus</text>
<text text-anchor="middle" style="font-size:8.00;" x="2184" y="755">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2114" y="769">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="2190" y="769">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="2107" y="783">creator</text>
<text text-anchor="middle" style="font-size:8.00;" x="2184" y="783">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2253" y="783"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="2115" y="797">dateverified</text>
<text text-anchor="middle" style="font-size:8.00;" x="2190" y="797">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="2113" y="811">verifiedby</text>
<text text-anchor="middle" style="font-size:8.00;" x="2184" y="811">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2253" y="811"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="2116" y="825">lastmodified</text>
<text text-anchor="middle" style="font-size:8.00;" x="2190" y="825">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="2120" y="839">lastmodifiedby</text>
<text text-anchor="middle" style="font-size:8.00;" x="2184" y="839">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2253" y="839"> REFERENCES person </text>
<polygon style="fill:none;stroke:black;" points="2090,845 2090,671 2378,671 2378,845 2090,845"/>
</g>
<g id="edge40" class="edge"><title>bugpackageinfestation->bug</title>
<path style="fill:none;stroke:black;" d="M2082,800C1971,831 1823,871 1719,899"/>
<polygon style="fill:black;stroke:black;" points="1720,902 1709,902 1718,896 1720,902"/>
</g>
<g id="node51" class="node"><title>fake_sourcepackagerelease_61</title>
<ellipse cx="2576" cy="872" rx="47" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2576" y="875">sourcepackagerelease</text>
</g>
<g id="edge42" class="edge"><title>bugpackageinfestation->fake_sourcepackagerelease_61</title>
<path style="fill:none;stroke:black;" d="M2386,809C2439,826 2494,845 2530,857"/>
<polygon style="fill:black;stroke:black;" points="2531,854 2540,860 2529,860 2531,854"/>
</g>
<g id="node53" class="node"><title>fake_person_63</title>
<ellipse cx="2529" cy="618" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2529" y="621">person</text>
</g>
<g id="edge44" class="edge"><title>bugpackageinfestation->fake_person_63</title>
<path style="fill:none;stroke:black;" d="M2386,686C2428,666 2470,646 2498,633"/>
<polygon style="fill:black;stroke:black;" points="2496,630 2507,629 2499,636 2496,630"/>
</g>
<g id="node55" class="node"><title>fake_person_65</title>
<ellipse cx="2560" cy="740" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2560" y="743">person</text>
</g>
<g id="edge46" class="edge"><title>bugpackageinfestation->fake_person_65</title>
<path style="fill:none;stroke:black;" d="M2386,750C2437,747 2489,744 2523,742"/>
<polygon style="fill:black;stroke:black;" points="2523,738 2533,742 2523,745 2523,738"/>
</g>
<g id="node57" class="node"><title>fake_person_67</title>
<ellipse cx="2453" cy="512" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2453" y="515">person</text>
</g>
<g id="edge48" class="edge"><title>bugpackageinfestation->fake_person_67</title>
<path style="fill:none;stroke:black;" d="M2315,667C2358,619 2406,565 2432,536"/>
<polygon style="fill:black;stroke:black;" points="2430,533 2439,528 2435,538 2430,533"/>
</g>
<g id="node11" class="node"><title>bugproductinfestation</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1711,423 1711,249 1959,249 1959,423 1711,423"/>
<polygon style="fill:white;stroke:white;" points="1714,266 1714,252 1956,252 1956,266 1714,266"/>
<text text-anchor="middle" style="font-size:8.00;" x="1835" y="262">bugproductinfestation</text>
<polygon style="fill:none;stroke:black;" points="1714,266 1714,252 1956,252 1956,266 1714,266"/>
<text text-anchor="middle" style="font-size:8.00;" x="1720" y="277">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1785" y="277">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1847" y="277"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1723" y="291">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1788" y="291">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1868" y="291"> REFERENCES bug UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="1741" y="305">productrelease</text>
<text text-anchor="middle" style="font-size:8.00;" x="1788" y="305">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1886" y="305"> UNIQUE REFERENCES productrelease </text>
<text text-anchor="middle" style="font-size:8.00;" x="1729" y="319">explicit</text>
<text text-anchor="middle" style="font-size:8.00;" x="1790" y="319">boolean</text>
<text text-anchor="middle" style="font-size:8.00;" x="1743" y="333">infestationstatus</text>
<text text-anchor="middle" style="font-size:8.00;" x="1788" y="333">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1735" y="347">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="1794" y="347">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1728" y="361">creator</text>
<text text-anchor="middle" style="font-size:8.00;" x="1788" y="361">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1857" y="361"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="1736" y="375">dateverified</text>
<text text-anchor="middle" style="font-size:8.00;" x="1794" y="375">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1734" y="389">verifiedby</text>
<text text-anchor="middle" style="font-size:8.00;" x="1788" y="389">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1857" y="389"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="1737" y="403">lastmodified</text>
<text text-anchor="middle" style="font-size:8.00;" x="1794" y="403">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="1741" y="417">lastmodifiedby</text>
<text text-anchor="middle" style="font-size:8.00;" x="1788" y="417">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1857" y="417"> REFERENCES person </text>
<polygon style="fill:none;stroke:black;" points="1711,423 1711,249 1959,249 1959,423 1711,423"/>
</g>
<g id="edge50" class="edge"><title>bugproductinfestation->bug</title>
<path style="fill:none;stroke:black;" d="M1799,427C1760,524 1698,678 1654,791"/>
<polygon style="fill:black;stroke:black;" points="1657,792 1650,800 1651,789 1657,792"/>
</g>
<g id="node60" class="node"><title>fake_productrelease_70</title>
<ellipse cx="1896" cy="23" rx="36" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1896" y="26">productrelease</text>
</g>
<g id="edge52" class="edge"><title>bugproductinfestation->fake_productrelease_70</title>
<path style="fill:none;stroke:black;" d="M1853,245C1866,178 1882,94 1891,51"/>
<polygon style="fill:black;stroke:black;" points="1888,50 1893,41 1894,51 1888,50"/>
</g>
<g id="node62" class="node"><title>fake_person_72</title>
<ellipse cx="1772" cy="32" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1772" y="35">person</text>
</g>
<g id="edge54" class="edge"><title>bugproductinfestation->fake_person_72</title>
<path style="fill:none;stroke:black;" d="M1816,245C1803,182 1787,101 1778,60"/>
<polygon style="fill:black;stroke:black;" points="1775,60 1776,50 1781,59 1775,60"/>
</g>
<g id="node64" class="node"><title>fake_person_74</title>
<ellipse cx="2004" cy="81" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2004" y="84">person</text>
</g>
<g id="edge56" class="edge"><title>bugproductinfestation->fake_person_74</title>
<path style="fill:none;stroke:black;" d="M1896,245C1928,195 1966,138 1987,107"/>
<polygon style="fill:black;stroke:black;" points="1985,104 1993,98 1990,108 1985,104"/>
</g>
<g id="node66" class="node"><title>fake_person_76</title>
<ellipse cx="2096" cy="167" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2096" y="170">person</text>
</g>
<g id="edge58" class="edge"><title>bugproductinfestation->fake_person_76</title>
<path style="fill:none;stroke:black;" d="M1967,251C2005,226 2044,201 2068,185"/>
<polygon style="fill:black;stroke:black;" points="2067,182 2077,180 2070,188 2067,182"/>
</g>
<g id="node12" class="node"><title>bugrelationship</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1596,1273 1596,1211 1736,1211 1736,1273 1596,1273"/>
<polygon style="fill:white;stroke:white;" points="1599,1228 1599,1214 1733,1214 1733,1228 1599,1228"/>
<text text-anchor="middle" style="font-size:8.00;" x="1666" y="1224">bugrelationship</text>
<polygon style="fill:none;stroke:black;" points="1599,1228 1599,1214 1733,1214 1733,1228 1599,1228"/>
<text text-anchor="middle" style="font-size:8.00;" x="1613" y="1239">subject</text>
<text text-anchor="middle" style="font-size:8.00;" x="1643" y="1239">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1696" y="1239"> REFERENCES bug </text>
<text text-anchor="middle" style="font-size:8.00;" x="1610" y="1253">label</text>
<text text-anchor="middle" style="font-size:8.00;" x="1643" y="1253">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1611" y="1267">object</text>
<text text-anchor="middle" style="font-size:8.00;" x="1643" y="1267">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1696" y="1267"> REFERENCES bug </text>
<polygon style="fill:none;stroke:black;" points="1596,1273 1596,1211 1736,1211 1736,1273 1596,1273"/>
</g>
<g id="edge60" class="edge"><title>bugrelationship->bug</title>
<path style="fill:none;stroke:black;" d="M1658,1207C1651,1175 1640,1125 1629,1076"/>
<polygon style="fill:black;stroke:black;" points="1626,1076 1627,1066 1632,1075 1626,1076"/>
</g>
<g id="edge62" class="edge"><title>bugrelationship->bug</title>
<path style="fill:none;stroke:black;" d="M1658,1207C1651,1175 1640,1125 1629,1076"/>
<polygon style="fill:black;stroke:black;" points="1626,1076 1627,1066 1632,1075 1626,1076"/>
</g>
<g id="node13" class="node"><title>bugsubscription</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1819,699 1819,637 1967,637 1967,699 1819,699"/>
<polygon style="fill:white;stroke:white;" points="1822,654 1822,640 1964,640 1964,654 1822,654"/>
<text text-anchor="middle" style="font-size:8.00;" x="1893" y="650">bugsubscription</text>
<polygon style="fill:none;stroke:black;" points="1822,654 1822,640 1964,640 1964,654 1822,654"/>
<text text-anchor="middle" style="font-size:8.00;" x="1828" y="665">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1862" y="665">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1913" y="665"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1836" y="679">person</text>
<text text-anchor="middle" style="font-size:8.00;" x="1865" y="679">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1923" y="679"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="1831" y="693">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="1865" y="693">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1918" y="693"> REFERENCES bug </text>
<polygon style="fill:none;stroke:black;" points="1819,699 1819,637 1967,637 1967,699 1819,699"/>
</g>
<g id="edge66" class="edge"><title>bugsubscription->bug</title>
<path style="fill:none;stroke:black;" d="M1854,703C1819,734 1766,782 1717,825"/>
<polygon style="fill:black;stroke:black;" points="1719,828 1709,832 1714,823 1719,828"/>
</g>
<g id="node70" class="node"><title>fake_person_80</title>
<ellipse cx="2057" cy="529" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="2057" y="532">person</text>
</g>
<g id="edge64" class="edge"><title>bugsubscription->fake_person_80</title>
<path style="fill:none;stroke:black;" d="M1934,633C1965,607 2006,572 2032,550"/>
<polygon style="fill:black;stroke:black;" points="2030,547 2040,543 2035,552 2030,547"/>
</g>
<g id="node14" class="node"><title>bugtask</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="886,1672 886,1344 1188,1344 1188,1672 886,1672"/>
<polygon style="fill:white;stroke:white;" points="889,1361 889,1347 1185,1347 1185,1361 889,1361"/>
<text text-anchor="middle" style="font-size:8.00;" x="1037" y="1357">bugtask</text>
<polygon style="fill:none;stroke:black;" points="889,1361 889,1347 1185,1347 1185,1361 889,1361"/>
<text text-anchor="middle" style="font-size:8.00;" x="895" y="1372">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="972" y="1372">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1034" y="1372"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="898" y="1386">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1386">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1082" y="1386"> REFERENCES bug REFERENCES bugwatch </text>
<text text-anchor="middle" style="font-size:8.00;" x="904" y="1400">product</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1400">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1088" y="1400"> REFERENCES product REFERENCES milestone </text>
<text text-anchor="middle" style="font-size:8.00;" x="910" y="1414">distribution</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1414">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1094" y="1414"> REFERENCES distribution REFERENCES milestone </text>
<text text-anchor="middle" style="font-size:8.00;" x="912" y="1428">distrorelease</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1428">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1053" y="1428"> REFERENCES distrorelease </text>
<text text-anchor="middle" style="font-size:8.00;" x="924" y="1442">sourcepackagename</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1442">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1066" y="1442"> REFERENCES sourcepackagename </text>
<text text-anchor="middle" style="font-size:8.00;" x="924" y="1456">binarypackagename</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1456">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1065" y="1456"> REFERENCES binarypackagename </text>
<text text-anchor="middle" style="font-size:8.00;" x="901" y="1470">status</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1470">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="904" y="1484">priority</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1484">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="910" y="1498">importance</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1498">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="905" y="1512">assignee</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1512">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1044" y="1512"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="914" y="1526">date_assigned</text>
<text text-anchor="middle" style="font-size:8.00;" x="981" y="1526">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="910" y="1540">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="981" y="1540">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="902" y="1554">owner</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1554">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1044" y="1554"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="908" y="1568">milestone</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1568">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1091" y="1568"> REFERENCES milestone REFERENCES milestone </text>
<text text-anchor="middle" style="font-size:8.00;" x="908" y="1582">bugwatch</text>
<text text-anchor="middle" style="font-size:8.00;" x="975" y="1582">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1049" y="1582"> REFERENCES bugwatch </text>
<text text-anchor="middle" style="font-size:8.00;" x="920" y="1596">statusexplanation</text>
<text text-anchor="middle" style="font-size:8.00;" x="970" y="1596">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="896" y="1610">fti</text>
<text text-anchor="middle" style="font-size:8.00;" x="977" y="1610">tsvector</text>
<text text-anchor="middle" style="font-size:8.00;" x="919" y="1624">targetnamecache</text>
<text text-anchor="middle" style="font-size:8.00;" x="970" y="1624">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="917" y="1638">date_confirmed</text>
<text text-anchor="middle" style="font-size:8.00;" x="981" y="1638">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="917" y="1652">date_inprogress</text>
<text text-anchor="middle" style="font-size:8.00;" x="981" y="1652">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="911" y="1666">date_closed</text>
<text text-anchor="middle" style="font-size:8.00;" x="981" y="1666">timestamp</text>
<polygon style="fill:none;stroke:black;" points="886,1672 886,1344 1188,1344 1188,1672 886,1672"/>
</g>
<g id="edge68" class="edge"><title>bugtask->bug</title>
<path style="fill:none;stroke:black;" d="M1196,1344C1285,1252 1396,1140 1478,1055"/>
<polygon style="fill:black;stroke:black;" points="1475,1053 1485,1048 1480,1058 1475,1053"/>
</g>
<g id="node16" class="node"><title>bugwatch</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="921,1042 921,896 1123,896 1123,1042 921,1042"/>
<polygon style="fill:white;stroke:white;" points="924,913 924,899 1120,899 1120,913 924,913"/>
<text text-anchor="middle" style="font-size:8.00;" x="1022" y="909">bugwatch</text>
<polygon style="fill:none;stroke:black;" points="924,913 924,899 1120,899 1120,913 924,913"/>
<text text-anchor="middle" style="font-size:8.00;" x="930" y="924">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="984" y="924">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1063" y="924"> UNIQUE PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="933" y="938">bug</text>
<text text-anchor="middle" style="font-size:8.00;" x="987" y="938">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1067" y="938"> REFERENCES bug UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="944" y="952">bugtracker</text>
<text text-anchor="middle" style="font-size:8.00;" x="987" y="952">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1062" y="952"> REFERENCES bugtracker </text>
<text text-anchor="middle" style="font-size:8.00;" x="944" y="966">remotebug</text>
<text text-anchor="middle" style="font-size:8.00;" x="982" y="966">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="947" y="980">remotestatus</text>
<text text-anchor="middle" style="font-size:8.00;" x="982" y="980">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="946" y="994">lastchanged</text>
<text text-anchor="middle" style="font-size:8.00;" x="993" y="994">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="946" y="1008">lastchecked</text>
<text text-anchor="middle" style="font-size:8.00;" x="993" y="1008">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="945" y="1022">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="993" y="1022">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="937" y="1036">owner</text>
<text text-anchor="middle" style="font-size:8.00;" x="987" y="1036">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1056" y="1036"> REFERENCES person </text>
<polygon style="fill:none;stroke:black;" points="921,1042 921,896 1123,896 1123,1042 921,1042"/>
</g>
<g id="edge88" class="edge"><title>bugtask->bugwatch</title>
<path style="fill:none;stroke:black;" d="M1032,1340C1030,1246 1026,1133 1024,1056"/>
<polygon style="fill:black;stroke:black;" points="1021,1056 1024,1046 1028,1056 1021,1056"/>
</g>
<g id="node19" class="node"><title>milestone</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="419,2189 419,2057 775,2057 775,2189 419,2189"/>
<polygon style="fill:white;stroke:white;" points="422,2074 422,2060 772,2060 772,2074 422,2074"/>
<text text-anchor="middle" style="font-size:8.00;" x="597" y="2070">milestone</text>
<polygon style="fill:none;stroke:black;" points="422,2074 422,2060 772,2060 772,2074 422,2074"/>
<text text-anchor="middle" style="font-size:8.00;" x="428" y="2085">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="485" y="2085">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="580" y="2085"> UNIQUE PRIMARY KEY UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="437" y="2099">product</text>
<text text-anchor="middle" style="font-size:8.00;" x="488" y="2099">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="639" y="2099"> UNIQUE REFERENCES product UNIQUE REFERENCES productseries </text>
<text text-anchor="middle" style="font-size:8.00;" x="434" y="2113">name</text>
<text text-anchor="middle" style="font-size:8.00;" x="483" y="2113">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="551" y="2113"> UNIQUE UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="443" y="2127">distribution</text>
<text text-anchor="middle" style="font-size:8.00;" x="488" y="2127">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="644" y="2127"> REFERENCES distribution UNIQUE REFERENCES distrorelease UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="446" y="2141">dateexpected</text>
<text text-anchor="middle" style="font-size:8.00;" x="494" y="2141">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="436" y="2155">visible</text>
<text text-anchor="middle" style="font-size:8.00;" x="490" y="2155">boolean</text>
<text text-anchor="middle" style="font-size:8.00;" x="447" y="2169">productseries</text>
<text text-anchor="middle" style="font-size:8.00;" x="488" y="2169">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="616" y="2169"> REFERENCES productseries REFERENCES productseries </text>
<text text-anchor="middle" style="font-size:8.00;" x="445" y="2183">distrorelease</text>
<text text-anchor="middle" style="font-size:8.00;" x="488" y="2183">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="613" y="2183"> REFERENCES distrorelease REFERENCES distrorelease </text>
<polygon style="fill:none;stroke:black;" points="419,2189 419,2057 775,2057 775,2189 419,2189"/>
</g>
<g id="edge72" class="edge"><title>bugtask->milestone</title>
<path style="fill:none;stroke:black;" d="M924,1676C891,1724 855,1776 821,1823 767,1899 703,1985 657,2045"/>
<polygon style="fill:black;stroke:black;" points="660,2047 651,2053 654,2043 660,2047"/>
</g>
<g id="edge76" class="edge"><title>bugtask->milestone</title>
<path style="fill:none;stroke:black;" d="M924,1676C891,1724 855,1776 821,1823 767,1899 703,1985 657,2045"/>
<polygon style="fill:black;stroke:black;" points="660,2047 651,2053 654,2043 660,2047"/>
</g>
<g id="node74" class="node"><title>fake_product_84</title>
<ellipse cx="954" cy="1890" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="954" y="1893">product</text>
</g>
<g id="edge70" class="edge"><title>bugtask->fake_product_84</title>
<path style="fill:none;stroke:black;" d="M1000,1676C984,1747 969,1823 960,1862"/>
<polygon style="fill:black;stroke:black;" points="963,1863 958,1872 957,1862 963,1863"/>
</g>
<g id="node77" class="node"><title>fake_distribution_87</title>
<ellipse cx="668" cy="1405" rx="30" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="668" y="1408">distribution</text>
</g>
<g id="edge74" class="edge"><title>bugtask->fake_distribution_87</title>
<path style="fill:none;stroke:black;" d="M878,1464C813,1446 746,1427 705,1416"/>
<polygon style="fill:black;stroke:black;" points="704,1419 695,1413 706,1413 704,1419"/>
</g>
<g id="node80" class="node"><title>fake_distrorelease_90</title>
<ellipse cx="686" cy="1687" rx="32" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="686" y="1690">distrorelease</text>
</g>
<g id="edge78" class="edge"><title>bugtask->fake_distrorelease_90</title>
<path style="fill:none;stroke:black;" d="M878,1589C818,1619 756,1651 719,1670"/>
<polygon style="fill:black;stroke:black;" points="720,1673 710,1675 717,1667 720,1673"/>
</g>
<g id="node82" class="node"><title>fake_sourcepackagename_92</title>
<ellipse cx="1241" cy="1865" rx="44" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1241" y="1868">sourcepackagename</text>
</g>
<g id="edge80" class="edge"><title>bugtask->fake_sourcepackagename_92</title>
<path style="fill:none;stroke:black;" d="M1133,1676C1169,1739 1206,1803 1226,1838"/>
<polygon style="fill:black;stroke:black;" points="1229,1837 1231,1847 1223,1840 1229,1837"/>
</g>
<g id="node84" class="node"><title>fake_binarypackagename_94</title>
<ellipse cx="623" cy="1551" rx="44" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="623" y="1554">binarypackagename</text>
</g>
<g id="edge82" class="edge"><title>bugtask->fake_binarypackagename_94</title>
<path style="fill:none;stroke:black;" d="M878,1525C806,1532 727,1541 676,1546"/>
<polygon style="fill:black;stroke:black;" points="676,1549 666,1547 676,1543 676,1549"/>
</g>
<g id="node86" class="node"><title>fake_person_96</title>
<ellipse cx="1100" cy="1896" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1100" y="1899">person</text>
</g>
<g id="edge84" class="edge"><title>bugtask->fake_person_96</title>
<path style="fill:none;stroke:black;" d="M1064,1676C1076,1749 1089,1828 1095,1868"/>
<polygon style="fill:black;stroke:black;" points="1098,1868 1097,1878 1092,1869 1098,1868"/>
</g>
<g id="node88" class="node"><title>fake_person_98</title>
<ellipse cx="801" cy="1810" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="801" y="1813">person</text>
</g>
<g id="edge86" class="edge"><title>bugtask->fake_person_98</title>
<path style="fill:none;stroke:black;" d="M906,1676C872,1720 840,1760 820,1786"/>
<polygon style="fill:black;stroke:black;" points="823,1788 814,1794 817,1784 823,1788"/>
</g>
<g id="node15" class="node"><title>bugtracker</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="511,834 511,702 687,702 687,834 511,834"/>
<polygon style="fill:white;stroke:white;" points="514,719 514,705 684,705 684,719 514,719"/>
<text text-anchor="middle" style="font-size:8.00;" x="599" y="715">bugtracker</text>
<polygon style="fill:none;stroke:black;" points="514,719 514,705 684,705 684,719 514,719"/>
<text text-anchor="middle" style="font-size:8.00;" x="520" y="730">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="582" y="730">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="633" y="730"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="541" y="744">bugtrackertype</text>
<text text-anchor="middle" style="font-size:8.00;" x="585" y="744">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="526" y="758">name</text>
<text text-anchor="middle" style="font-size:8.00;" x="580" y="758">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="523" y="772">title</text>
<text text-anchor="middle" style="font-size:8.00;" x="580" y="772">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="532" y="786">summary</text>
<text text-anchor="middle" style="font-size:8.00;" x="580" y="786">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="529" y="800">baseurl</text>
<text text-anchor="middle" style="font-size:8.00;" x="580" y="800">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="527" y="814">owner</text>
<text text-anchor="middle" style="font-size:8.00;" x="585" y="814">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="643" y="814"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="539" y="828">contactdetails</text>
<text text-anchor="middle" style="font-size:8.00;" x="580" y="828">text</text>
<polygon style="fill:none;stroke:black;" points="511,834 511,702 687,702 687,834 511,834"/>
</g>
<g id="node91" class="node"><title>fake_person_101</title>
<ellipse cx="396" cy="633" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="396" y="636">person</text>
</g>
<g id="edge90" class="edge"><title>bugtracker->fake_person_101</title>
<path style="fill:none;stroke:black;" d="M503,704C473,685 445,665 424,652"/>
<polygon style="fill:black;stroke:black;" points="421,654 415,646 425,649 421,654"/>
</g>
<g id="edge92" class="edge"><title>bugwatch->bug</title>
<path style="fill:none;stroke:black;" d="M1131,962C1229,956 1373,948 1475,941"/>
<polygon style="fill:black;stroke:black;" points="1475,938 1485,940 1475,944 1475,938"/>
</g>
<g id="edge94" class="edge"><title>bugwatch->bugtracker</title>
<path style="fill:none;stroke:black;" d="M913,917C848,886 768,849 704,818"/>
<polygon style="fill:black;stroke:black;" points="703,821 695,814 706,815 703,821"/>
</g>
<g id="node95" class="node"><title>fake_person_105</title>
<ellipse cx="773" cy="939" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="773" y="942">person</text>
</g>
<g id="edge96" class="edge"><title>bugwatch->fake_person_105</title>
<path style="fill:none;stroke:black;" d="M913,956C876,952 837,947 810,943"/>
<polygon style="fill:black;stroke:black;" points="810,946 800,942 810,940 810,946"/>
</g>
<g id="node18" class="node"><title>cvereference</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="2211,1896 2211,1806 2351,1806 2351,1896 2211,1896"/>
<polygon style="fill:white;stroke:white;" points="2214,1823 2214,1809 2348,1809 2348,1823 2214,1823"/>
<text text-anchor="middle" style="font-size:8.00;" x="2281" y="1819">cvereference</text>
<polygon style="fill:none;stroke:black;" points="2214,1823 2214,1809 2348,1809 2348,1823 2214,1823"/>
<text text-anchor="middle" style="font-size:8.00;" x="2220" y="1834">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="2256" y="1834">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="2307" y="1834"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="2222" y="1848">cve</text>
<text text-anchor="middle" style="font-size:8.00;" x="2259" y="1848">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="2312" y="1848"> REFERENCES cve </text>
<text text-anchor="middle" style="font-size:8.00;" x="2227" y="1862">source</text>
<text text-anchor="middle" style="font-size:8.00;" x="2254" y="1862">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="2228" y="1876">content</text>
<text text-anchor="middle" style="font-size:8.00;" x="2254" y="1876">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="2222" y="1890">url</text>
<text text-anchor="middle" style="font-size:8.00;" x="2254" y="1890">text</text>
<polygon style="fill:none;stroke:black;" points="2211,1896 2211,1806 2351,1806 2351,1896 2211,1896"/>
</g>
<g id="edge98" class="edge"><title>cvereference->cve</title>
<path style="fill:none;stroke:black;" d="M2238,1802C2208,1768 2168,1723 2135,1685"/>
<polygon style="fill:black;stroke:black;" points="2132,1687 2128,1677 2137,1682 2132,1687"/>
</g>
<g id="node98" class="node"><title>fake_product_191</title>
<ellipse cx="516" cy="2241" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="516" y="2244">product</text>
</g>
<g id="edge100" class="edge"><title>milestone->fake_product_191</title>
<path style="fill:none;stroke:black;" d="M549,2193C544,2201 538,2209 534,2216"/>
<polygon style="fill:black;stroke:black;" points="537,2218 528,2224 531,2214 537,2218"/>
</g>
<g id="node100" class="node"><title>fake_productseries_193</title>
<ellipse cx="388" cy="2410" rx="34" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="388" y="2413">productseries</text>
</g>
<g id="edge102" class="edge"><title>milestone->fake_productseries_193</title>
<path style="fill:none;stroke:black;" d="M525,2193C515,2204 505,2216 496,2228 456,2279 419,2347 401,2383"/>
<polygon style="fill:black;stroke:black;" points="404,2385 396,2392 398,2382 404,2385"/>
</g>
<g id="node102" class="node"><title>fake_distribution_195</title>
<ellipse cx="240" cy="2155" rx="30" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="240" y="2158">distribution</text>
</g>
<g id="edge104" class="edge"><title>milestone->fake_distribution_195</title>
<path style="fill:none;stroke:black;" d="M411,2140C361,2144 313,2148 280,2151"/>
<polygon style="fill:black;stroke:black;" points="280,2154 270,2152 280,2148 280,2154"/>
</g>
<g id="node104" class="node"><title>fake_distrorelease_197</title>
<ellipse cx="287" cy="2299" rx="32" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="287" y="2302">distrorelease</text>
</g>
<g id="edge106" class="edge"><title>milestone->fake_distrorelease_197</title>
<path style="fill:none;stroke:black;" d="M474,2193C417,2225 355,2261 319,2281"/>
<polygon style="fill:black;stroke:black;" points="320,2284 310,2286 317,2278 320,2284"/>
</g>
<g id="node106" class="node"><title>fake_productseries_199</title>
<ellipse cx="525" cy="2475" rx="34" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="525" y="2478">productseries</text>
</g>
<g id="edge108" class="edge"><title>milestone->fake_productseries_199</title>
<path style="fill:none;stroke:black;" d="M583,2193C567,2271 542,2393 531,2447"/>
<polygon style="fill:black;stroke:black;" points="534,2448 529,2457 528,2447 534,2448"/>
</g>
<g id="node108" class="node"><title>fake_distrorelease_201</title>
<ellipse cx="677" cy="2474" rx="32" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="677" y="2477">distrorelease</text>
</g>
<g id="edge110" class="edge"><title>milestone->fake_distrorelease_201</title>
<path style="fill:none;stroke:black;" d="M613,2193C631,2271 658,2392 671,2446"/>
<polygon style="fill:black;stroke:black;" points="674,2446 673,2456 668,2447 674,2446"/>
</g>
<g id="node20" class="node"><title>packagebugcontact</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="1393,1843 1393,1767 1661,1767 1661,1843 1393,1843"/>
<polygon style="fill:white;stroke:white;" points="1396,1784 1396,1770 1658,1770 1658,1784 1396,1784"/>
<text text-anchor="middle" style="font-size:8.00;" x="1527" y="1780">packagebugcontact</text>
<polygon style="fill:none;stroke:black;" points="1396,1784 1396,1770 1658,1770 1658,1784 1396,1784"/>
<text text-anchor="middle" style="font-size:8.00;" x="1402" y="1795">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="1480" y="1795">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="1531" y="1795"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="1417" y="1809">distribution</text>
<text text-anchor="middle" style="font-size:8.00;" x="1483" y="1809">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1565" y="1809"> UNIQUE REFERENCES distribution </text>
<text text-anchor="middle" style="font-size:8.00;" x="1431" y="1823">sourcepackagename</text>
<text text-anchor="middle" style="font-size:8.00;" x="1483" y="1823">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1579" y="1823"> UNIQUE REFERENCES sourcepackagename </text>
<text text-anchor="middle" style="font-size:8.00;" x="1417" y="1837">bugcontact</text>
<text text-anchor="middle" style="font-size:8.00;" x="1483" y="1837">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="1557" y="1837"> REFERENCES person UNIQUE </text>
<polygon style="fill:none;stroke:black;" points="1393,1843 1393,1767 1661,1767 1661,1843 1393,1843"/>
</g>
<g id="node110" class="node"><title>fake_distribution_221</title>
<ellipse cx="1719" cy="1814" rx="30" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1719" y="1817">distribution</text>
</g>
<g id="edge112" class="edge"><title>packagebugcontact->fake_distribution_221</title>
<path style="fill:none;stroke:black;" d="M1669,1812C1672,1812 1676,1812 1679,1812"/>
<polygon style="fill:black;stroke:black;" points="1679,1809 1689,1813 1679,1815 1679,1809"/>
</g>
<g id="node112" class="node"><title>fake_sourcepackagename_223</title>
<ellipse cx="1528" cy="1884" rx="44" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1528" y="1887">sourcepackagename</text>
</g>
<g id="edge114" class="edge"><title>packagebugcontact->fake_sourcepackagename_223</title>
<path style="fill:none;stroke:black;" d="M1528,1847C1528,1850 1528,1853 1528,1856"/>
<polygon style="fill:black;stroke:black;" points="1532,1856 1528,1866 1525,1856 1532,1856"/>
</g>
<g id="node114" class="node"><title>fake_person_225</title>
<ellipse cx="1463" cy="1729" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1463" y="1732">person</text>
</g>
<g id="edge116" class="edge"><title>packagebugcontact->fake_person_225</title>
<path style="fill:none;stroke:black;" d="M1492,1763C1489,1759 1486,1756 1484,1753"/>
<polygon style="fill:black;stroke:black;" points="1481,1755 1477,1745 1486,1750 1481,1755"/>
</g>
<g id="node21" class="node"><title>projectbugtracker</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="136,652 136,590 342,590 342,652 136,652"/>
<polygon style="fill:white;stroke:white;" points="139,607 139,593 339,593 339,607 139,607"/>
<text text-anchor="middle" style="font-size:8.00;" x="239" y="603">projectbugtracker</text>
<polygon style="fill:none;stroke:black;" points="139,607 139,593 339,593 339,607 139,607"/>
<text text-anchor="middle" style="font-size:8.00;" x="153" y="618">project</text>
<text text-anchor="middle" style="font-size:8.00;" x="195" y="618">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="269" y="618"> REFERENCES project UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="159" y="632">bugtracker</text>
<text text-anchor="middle" style="font-size:8.00;" x="195" y="632">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="275" y="632"> REFERENCES bugtracker UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="145" y="646">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="195" y="646">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="243" y="646"> PRIMARY KEY </text>
<polygon style="fill:none;stroke:black;" points="136,652 136,590 342,590 342,652 136,652"/>
</g>
<g id="edge120" class="edge"><title>projectbugtracker->bugtracker</title>
<path style="fill:none;stroke:black;" d="M325,656C375,677 440,703 494,725"/>
<polygon style="fill:black;stroke:black;" points="495,722 503,729 492,728 495,722"/>
</g>
<g id="node116" class="node"><title>fake_project_329</title>
<ellipse cx="33" cy="522" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="33" y="525">project</text>
</g>
<g id="edge118" class="edge"><title>projectbugtracker->fake_project_329</title>
<path style="fill:none;stroke:black;" d="M166,586C131,569 91,550 64,537"/>
<polygon style="fill:black;stroke:black;" points="63,540 55,533 66,534 63,540"/>
</g>
</g>
</svg>
|