Skip to content

Commit

Permalink
deploy: c22ef09
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Sep 30, 2024
1 parent 03a1401 commit 471598e
Show file tree
Hide file tree
Showing 43 changed files with 279 additions and 279 deletions.
4 changes: 2 additions & 2 deletions ai-survivor.sqlite.%.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<column autoUpdated="false" defaultValue="null" digits="0" id="10" name="alternate_history_writeup_url" nullable="true" remarks="" size="2000000000" type="TEXT" typeCode="12"/>
<column autoUpdated="false" defaultValue="null" digits="0" id="11" name="alternate_history_video_url" nullable="true" remarks="" size="2000000000" type="TEXT" typeCode="12"/>
</table>
<table name="game_participants" numRows="6" remarks="" type="TABLE">
<table name="game_participants" numRows="19" remarks="" type="TABLE">
<column autoUpdated="false" defaultValue="null" digits="0" id="0" name="season_id" nullable="false" remarks="" size="2000000000" type="INTEGER" typeCode="4">
<parent column="season_id" foreignKey="game_participants_game_fk" implied="false" onDeleteCascade="false" table="game"/>
</column>
Expand Down Expand Up @@ -121,7 +121,7 @@
<column ascending="true" name="game_victory_type_id"/>
</index>
</table>
<table name="game_wars" numRows="15" remarks="" type="TABLE">
<table name="game_wars" numRows="36" remarks="" type="TABLE">
<column autoUpdated="false" defaultValue="null" digits="0" id="0" name="season_id" nullable="false" remarks="" size="2000000000" type="INTEGER" typeCode="4">
<parent column="season_id" foreignKey="game_wars_game_fk" implied="false" onDeleteCascade="false" table="game"/>
</column>
Expand Down
4 changes: 2 additions & 2 deletions anomalies.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ <h3 class="box-title">Tables without indexes</h3>
</tr>
<tr>
<td><a href='tables/game_participants.html'>game_participants</a></td>
<td>6</td>
<td>19</td>
</tr>
<tr>
<td><a href='tables/game_wars.html'>game_wars</a></td>
<td>15</td>
<td>36</td>
</tr>
<tr>
<td><a href='tables/leader_pools.html'>leader_pools</a></td>
Expand Down
Loading

0 comments on commit 471598e

Please sign in to comment.