diff options
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..c53d64c --- /dev/null +++ b/title.sql @@ -0,0 +1,3 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); +insert or replace into roles values ( 'hammer-of-the-scots', 'England' ); +insert or replace into roles values ( 'hammer-of-the-scots', 'Scotland' ); |