Skip to content

Commit 467fda8

Browse files
committed
deploy: babeafb
1 parent 6625b80 commit 467fda8

274 files changed

Lines changed: 1478 additions & 1409 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

columns.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,16 +1794,30 @@ <h3 class="box-title">Columns</h3>
17941794
"tableName": "game_join_log",
17951795
"tableFileName": "game_join_log",
17961796
"tableType": "Table",
1797-
"keyClass": "",
1798-
"keyTitle": "",
1799-
"name": "game_id",
1797+
"keyClass": "indexedColumn",
1798+
"keyTitle": "Indexed",
1799+
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'></i>game_id",
18001800
"type": "INT UNSIGNED",
18011801
"length": 10,
18021802
"nullable": "",
18031803
"autoUpdated": "",
18041804
"defaultValue": "null",
18051805
"comments": ""
18061806
},
1807+
{
1808+
"tableName": "game_join_log",
1809+
"tableFileName": "game_join_log",
1810+
"tableType": "Table",
1811+
"keyClass": "indexedColumn",
1812+
"keyTitle": "Indexed",
1813+
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'></i>ip",
1814+
"type": "VARCHAR",
1815+
"length": 45,
1816+
"nullable": "√",
1817+
"autoUpdated": "",
1818+
"defaultValue": "null",
1819+
"comments": ""
1820+
},
18071821
{
18081822
"tableName": "game_join_log",
18091823
"tableFileName": "game_join_log",

constraints.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -338,90 +338,90 @@ <h3 class="box-title">92 Foreign Key Constraints</h3>
338338
<td><span title='Cascade on delete:&#10;Deletion of parent deletes child'>Cascade on delete</span></td>
339339
</tr>
340340
<tr>
341-
<td>vote_of_voting_answer</td>
341+
<td>victim_fk</td>
342342
<td>
343343
<table border='0' cellspacing='0' cellpadding='0'>
344344
<tr>
345-
<td><a href='tables/voting_answer.html'>voting_answer</a><span>.vote_id</span></td>
345+
<td><a href='tables/teamkills.html'>teamkills</a><span>.victim</span></td>
346346
</tr>
347347
</table>
348348
</td>
349349
<td>
350350
<table border='0' cellspacing='0' cellpadding='0'>
351351
<tr>
352-
<td><a href='tables/vote.html'>vote</a><span>.id</span></td>
352+
<td><a href='tables/login.html'>login</a><span>.id</span></td>
353353
</tr>
354354
</table>
355355
</td>
356356
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
357357
</tr>
358358
<tr>
359-
<td>voting_choice_of_voting_answer</td>
359+
<td>teamkiller_fk</td>
360360
<td>
361361
<table border='0' cellspacing='0' cellpadding='0'>
362362
<tr>
363-
<td><a href='tables/voting_answer.html'>voting_answer</a><span>.voting_choice_id</span></td>
363+
<td><a href='tables/teamkills.html'>teamkills</a><span>.teamkiller</span></td>
364364
</tr>
365365
</table>
366366
</td>
367367
<td>
368368
<table border='0' cellspacing='0' cellpadding='0'>
369369
<tr>
370-
<td><a href='tables/voting_choice.html'>voting_choice</a><span>.id</span></td>
370+
<td><a href='tables/login.html'>login</a><span>.id</span></td>
371371
</tr>
372372
</table>
373373
</td>
374374
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
375375
</tr>
376376
<tr>
377-
<td>victim_fk</td>
377+
<td>teamkills_game_stats_id_fk</td>
378378
<td>
379379
<table border='0' cellspacing='0' cellpadding='0'>
380380
<tr>
381-
<td><a href='tables/teamkills.html'>teamkills</a><span>.victim</span></td>
381+
<td><a href='tables/teamkills.html'>teamkills</a><span>.game_id</span></td>
382382
</tr>
383383
</table>
384384
</td>
385385
<td>
386386
<table border='0' cellspacing='0' cellpadding='0'>
387387
<tr>
388-
<td><a href='tables/login.html'>login</a><span>.id</span></td>
388+
<td><a href='tables/game_stats.html'>game_stats</a><span>.id</span></td>
389389
</tr>
390390
</table>
391391
</td>
392392
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
393393
</tr>
394394
<tr>
395-
<td>teamkiller_fk</td>
395+
<td>vote_of_voting_answer</td>
396396
<td>
397397
<table border='0' cellspacing='0' cellpadding='0'>
398398
<tr>
399-
<td><a href='tables/teamkills.html'>teamkills</a><span>.teamkiller</span></td>
399+
<td><a href='tables/voting_answer.html'>voting_answer</a><span>.vote_id</span></td>
400400
</tr>
401401
</table>
402402
</td>
403403
<td>
404404
<table border='0' cellspacing='0' cellpadding='0'>
405405
<tr>
406-
<td><a href='tables/login.html'>login</a><span>.id</span></td>
406+
<td><a href='tables/vote.html'>vote</a><span>.id</span></td>
407407
</tr>
408408
</table>
409409
</td>
410410
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
411411
</tr>
412412
<tr>
413-
<td>teamkills_game_stats_id_fk</td>
413+
<td>voting_choice_of_voting_answer</td>
414414
<td>
415415
<table border='0' cellspacing='0' cellpadding='0'>
416416
<tr>
417-
<td><a href='tables/teamkills.html'>teamkills</a><span>.game_id</span></td>
417+
<td><a href='tables/voting_answer.html'>voting_answer</a><span>.voting_choice_id</span></td>
418418
</tr>
419419
</table>
420420
</td>
421421
<td>
422422
<table border='0' cellspacing='0' cellpadding='0'>
423423
<tr>
424-
<td><a href='tables/game_stats.html'>game_stats</a><span>.id</span></td>
424+
<td><a href='tables/voting_choice.html'>voting_choice</a><span>.id</span></td>
425425
</tr>
426426
</table>
427427
</td>
@@ -1616,72 +1616,72 @@ <h3 class="box-title">92 Foreign Key Constraints</h3>
16161616
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
16171617
</tr>
16181618
<tr>
1619-
<td>map_pool_map_version_ibfk_2</td>
1619+
<td>player_id_of_reported_user</td>
16201620
<td>
16211621
<table border='0' cellspacing='0' cellpadding='0'>
16221622
<tr>
1623-
<td><a href='tables/map_pool_map_version.html'>map_pool_map_version</a><span>.map_version_id</span></td>
1623+
<td><a href='tables/reported_user.html'>reported_user</a><span>.player_id</span></td>
16241624
</tr>
16251625
</table>
16261626
</td>
16271627
<td>
16281628
<table border='0' cellspacing='0' cellpadding='0'>
16291629
<tr>
1630-
<td><a href='tables/map_version.html'>map_version</a><span>.id</span></td>
1630+
<td><a href='tables/login.html'>login</a><span>.id</span></td>
16311631
</tr>
16321632
</table>
16331633
</td>
16341634
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
16351635
</tr>
16361636
<tr>
1637-
<td>map_pool_map_version_ibfk_1</td>
1637+
<td>report_id_of_reported_user</td>
16381638
<td>
16391639
<table border='0' cellspacing='0' cellpadding='0'>
16401640
<tr>
1641-
<td><a href='tables/map_pool_map_version.html'>map_pool_map_version</a><span>.map_version_id</span></td>
1641+
<td><a href='tables/reported_user.html'>reported_user</a><span>.report_id</span></td>
16421642
</tr>
16431643
</table>
16441644
</td>
16451645
<td>
16461646
<table border='0' cellspacing='0' cellpadding='0'>
16471647
<tr>
1648-
<td><a href='tables/map_version.html'>map_version</a><span>.id</span></td>
1648+
<td><a href='tables/moderation_report.html'>moderation_report</a><span>.id</span></td>
16491649
</tr>
16501650
</table>
16511651
</td>
16521652
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
16531653
</tr>
16541654
<tr>
1655-
<td>player_id_of_reported_user</td>
1655+
<td>map_pool_map_version_ibfk_2</td>
16561656
<td>
16571657
<table border='0' cellspacing='0' cellpadding='0'>
16581658
<tr>
1659-
<td><a href='tables/reported_user.html'>reported_user</a><span>.player_id</span></td>
1659+
<td><a href='tables/map_pool_map_version.html'>map_pool_map_version</a><span>.map_version_id</span></td>
16601660
</tr>
16611661
</table>
16621662
</td>
16631663
<td>
16641664
<table border='0' cellspacing='0' cellpadding='0'>
16651665
<tr>
1666-
<td><a href='tables/login.html'>login</a><span>.id</span></td>
1666+
<td><a href='tables/map_version.html'>map_version</a><span>.id</span></td>
16671667
</tr>
16681668
</table>
16691669
</td>
16701670
<td><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>Restrict delete</span></td>
16711671
</tr>
16721672
<tr>
1673-
<td>report_id_of_reported_user</td>
1673+
<td>map_pool_map_version_ibfk_1</td>
16741674
<td>
16751675
<table border='0' cellspacing='0' cellpadding='0'>
16761676
<tr>
1677-
<td><a href='tables/reported_user.html'>reported_user</a><span>.report_id</span></td>
1677+
<td><a href='tables/map_pool_map_version.html'>map_pool_map_version</a><span>.map_version_id</span></td>
16781678
</tr>
16791679
</table>
16801680
</td>
16811681
<td>
16821682
<table border='0' cellspacing='0' cellpadding='0'>
16831683
<tr>
1684-
<td><a href='tables/moderation_report.html'>moderation_report</a><span>.id</span></td>
1684+
<td><a href='tables/map_version.html'>map_version</a><span>.id</span></td>
16851685
</tr>
16861686
</table>
16871687
</td>

diagrams/orphans/orphans.dot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ digraph "orphans" {
111111
<TR><TD PORT="fromMd5" COLSPAN="2" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="106" HEIGHT="16">fromMd5</TD></TR></TABLE></TD><TD PORT="fromMd5.type" ALIGN="LEFT">varchar[45]</TD></TR>
112112
<TR><TD PORT="toMd5" COLSPAN="2" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="106" HEIGHT="16">toMd5</TD></TR></TABLE></TD><TD PORT="toMd5.type" ALIGN="LEFT">varchar[45]</TD></TR>
113113
<TR><TD PORT="patchFile" COLSPAN="2" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="106" HEIGHT="16">patchFile</TD></TR></TABLE></TD><TD PORT="patchFile.type" ALIGN="LEFT">varchar[200]</TD></TR>
114-
<TR><TD ALIGN="LEFT" CELLPADDING="0" BGCOLOR="#ffffff" COLSPAN="4" ><TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"><TR><TD ALIGN="LEFT" BGCOLOR="#ffffff">&lt; 0</TD><VR/><TD ALIGN="CENTER" BGCOLOR="#ffffff">22,629 rows</TD><VR/><TD ALIGN="RIGHT" BGCOLOR="#ffffff">0 &gt;</TD></TR></TABLE></TD></TR>
114+
<TR><TD ALIGN="LEFT" CELLPADDING="0" BGCOLOR="#ffffff" COLSPAN="4" ><TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"><TR><TD ALIGN="LEFT" BGCOLOR="#ffffff">&lt; 0</TD><VR/><TD ALIGN="CENTER" BGCOLOR="#ffffff">21,879 rows</TD><VR/><TD ALIGN="RIGHT" BGCOLOR="#ffffff">0 &gt;</TD></TR></TABLE></TD></TR>
115115
</TABLE>>
116116
URL="tables/patchs_table.html"
117117
target="_top"
@@ -131,7 +131,7 @@ digraph "orphans" {
131131
<TR><TD PORT="installed_on" COLSPAN="2" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="116" HEIGHT="16">installed_on</TD></TR></TABLE></TD><TD PORT="installed_on.type" ALIGN="LEFT">timestamp[19]</TD></TR>
132132
<TR><TD PORT="execution_time" COLSPAN="2" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="116" HEIGHT="16">execution_time</TD></TR></TABLE></TD><TD PORT="execution_time.type" ALIGN="LEFT">int[10]</TD></TR>
133133
<TR><TD PORT="success" COLSPAN="2" BGCOLOR="#ffffff" ALIGN="LEFT"><TABLE BORDER="0" CELLSPACING="0" ALIGN="LEFT"><TR ALIGN="LEFT"><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="15" HEIGHT="16"></TD><TD ALIGN="LEFT" FIXEDSIZE="TRUE" WIDTH="116" HEIGHT="16">success</TD></TR></TABLE></TD><TD PORT="success.type" ALIGN="LEFT">bit[1]</TD></TR>
134-
<TR><TD ALIGN="LEFT" CELLPADDING="0" BGCOLOR="#ffffff" COLSPAN="4" ><TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"><TR><TD ALIGN="LEFT" BGCOLOR="#ffffff">&lt; 0</TD><VR/><TD ALIGN="CENTER" BGCOLOR="#ffffff">40 rows</TD><VR/><TD ALIGN="RIGHT" BGCOLOR="#ffffff">0 &gt;</TD></TR></TABLE></TD></TR>
134+
<TR><TD ALIGN="LEFT" CELLPADDING="0" BGCOLOR="#ffffff" COLSPAN="4" ><TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"><TR><TD ALIGN="LEFT" BGCOLOR="#ffffff">&lt; 0</TD><VR/><TD ALIGN="CENTER" BGCOLOR="#ffffff">41 rows</TD><VR/><TD ALIGN="RIGHT" BGCOLOR="#ffffff">0 &gt;</TD></TR></TABLE></TD></TR>
135135
</TABLE>>
136136
URL="tables/schema_version.html"
137137
target="_top"

diagrams/orphans/orphans.png

249 Bytes
Loading

0 commit comments

Comments
 (0)