Add TODO
[vchess.git] / server / db / sync_gamestat.py
index 0800656..5de9197 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 
 # Manually (for now: TODO) add an entry in GameStat when a variant is added
 #!/usr/bin/env python
 
 # Manually (for now: TODO) add an entry in GameStat when a variant is added
+# TODO: also delete lines in GameStat not matching a variant (removed ones...)
 
 from dbconnect import create_connection
 
 
 from dbconnect import create_connection