diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-01 01:37:05 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | 5e7f5119713c6c770e082a455f0a84f36744d953 (patch) | |
tree | 2644fd4fb473288c8a65f0d64df07bad21bea870 /title.sql | |
parent | ce2b49de2c55f491aead98285cca43d077ebb62d (diff) | |
download | crusader-rex-5e7f5119713c6c770e082a455f0a84f36744d953.tar.gz |
Split into separate module.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..75b6da7 --- /dev/null +++ b/title.sql @@ -0,0 +1,3 @@ +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'crusader-rex', 'Crusader Rex', 8481 ); +insert or ignore into roles values ( 'crusader-rex', 'Franks' ); +insert or ignore into roles values ( 'crusader-rex', 'Saracens' ); |