add tournment points visualization added
[brisk.git] / sql / sql.d / 080-games-tourn-pts.sql
1 -- add tourn_pts to bin5_games table
2 ALTER TABLE #PFX#bin5_games DROP COLUMN tourn_pts;
3 ALTER TABLE #PFX#bin5_games ADD COLUMN tourn_pts integer DEFAULT -1;  -- points at the beginning of the hand
4