diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-27 00:31:16 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-01 13:21:25 +0200 |
commit | e70a5bf1bfab5c6b27ef2f0551552c2f87640faa (patch) | |
tree | 5d8ab8c627423c784e066d2d7d10297a1a004039 /title.sql | |
parent | e1425681f4ebe2e52a50e8c8ad0d2d66fc937cfd (diff) | |
download | waterloo-campaign-1815-e70a5bf1bfab5c6b27ef2f0551552c2f87640faa.tar.gz |
Add skeleton.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..b522eea --- /dev/null +++ b/title.sql @@ -0,0 +1,4 @@ +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'waterloo-campaign-1815', 'Waterloo Campaign 1815', 295402 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'waterloo-campaign-1815', 2, 'June 16', '{}' ) +; |