mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 21:47:52 +00:00
4 lines
117 B
Plaintext
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;
|