diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-02-14 13:29:40 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:18 +0100 |
commit | 0f94f36c5c972a904942e9b9302d71a3ec2a6eba (patch) | |
tree | 193f36c99986ff4fc7adfc68308224adf07da4a5 /title.sql | |
parent | 3a52e29f7a8b207bd3279fde223ac178d5a1db41 (diff) | |
download | hammer-of-the-scots-0f94f36c5c972a904942e9b9302d71a3ec2a6eba.tar.gz |
Drop table roles.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,3 +1 @@ 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' ); |