mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 18:16:28 +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;
|