diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-02-14 13:29:40 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:12:55 +0100 |
commit | 881f620c334acbdf3ff89e0fca45d71012b45ab1 (patch) | |
tree | eaf4768ebdb236d6c8b38073d4487cde5e951d6b /title.sql | |
parent | 8cf2f716b38d6f3c226f96d8a8635ffc39747475 (diff) | |
download | richard-iii-881f620c334acbdf3ff89e0fca45d71012b45ab1.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 ( 'richard-iii', 'Richard III', 25277 ); -insert or replace into roles values ( 'richard-iii', 'York' ); -insert or replace into roles values ( 'richard-iii', 'Lancaster' ); |