projects
/
brisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sharding on sockets with input data
[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