git39 - started to reactivate tourney support - split tourneys table in design and recreate code, but still need to update the code
This commit is contained in:
@@ -12,7 +12,6 @@ split install instructions into OS-specific and OS-independent section. expand r
|
||||
expand instructions for profile file, again, the release-creator will cat it.
|
||||
delete old mailing list and create fpdb-announce
|
||||
finish updating filelist
|
||||
return sng support
|
||||
update abbreviations.txt
|
||||
fix up bg colours in tv
|
||||
ebuild: symlink doesnt work, USE gtk, more automation, update install-in-gentoo.txt, set permissions in it, copy docs to correct place, use games eclass or whatever to get games group notice, print notice about install-in-gentoo.txt and mysql --config
|
||||
|
||||
+41
-17
@@ -617,30 +617,15 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt</p>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>siteId</P></TD>
|
||||
<TD><P>tourneyGametypeId</P></TD>
|
||||
<TD><P>smallint</P></TD>
|
||||
<TD><P>References Sites.id</P></TD>
|
||||
<TD><P>References TourneyGametypes.id</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>siteTourneyNo</P></TD>
|
||||
<TD><P>bigint</P></TD>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>buyin</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P>Buy-in in cents. Without rebuy/add-on</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>fee</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>knockout</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>entries</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
@@ -668,6 +653,45 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt</p>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<p><BR></P>
|
||||
<p><B>Table TourneyGametypes</B></P>
|
||||
<TABLE BORDER=1 CELLPADDING=2 CELLSPACING=0>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>Field name</P></TD>
|
||||
<TD><P>Type</P></TD>
|
||||
<TD><P>Comment</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>id</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>siteId</P></TD>
|
||||
<TD><P>smallint</P></TD>
|
||||
<TD><P>References Sites.id</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>buyin</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P>Buy-in in cents. Without rebuy/add-on</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>fee</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>knockout</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
<TD><P><BR></P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>rebuyOrAddon</P></TD>
|
||||
<TD><P>boolean</P></TD>
|
||||
<TD><P>Whether rebuys or add-ons are possible</P></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<p><BR></P>
|
||||
<p><B>Table TourneysPlayers</B></P>
|
||||
<TABLE BORDER=1 CELLPADDING=2 CELLSPACING=0>
|
||||
<TR VALIGN=TOP>
|
||||
|
||||
Reference in New Issue
Block a user