wesnoth/utils/stats/testsuite/parallel-test
Rusty Russell b1a0af242c Statistics CGI program and hacky display code.
This is what is running on stats.wesnoth.org.
2007-12-26 07:13:19 +00:00

4 lines
117 B
Plaintext

/* Check all the serial numbers are in there */
select * from serial order by id;
select * from players order by id;