diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-30 00:42:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-30 00:42:07 +0200 |
commit | 9b203c8f6fcf69e889a26845d2452b9bd7427724 (patch) | |
tree | 695895031ea46dfec8bd31f3d4f719a47272bc24 /title.sql | |
parent | b62a01ddf721fc5f574c2c402787a6f76857b60b (diff) | |
download | algeria-9b203c8f6fcf69e889a26845d2452b9bd7427724.tar.gz |
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,6 +1 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( 'algeria', 'Algeria', 11293 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'algeria', 2, '1954', '{}' ), - ( 'algeria', 2, '1958', '{}' ), - ( 'algeria', 2, '1960', '{}' ) -; |