summaryrefslogtreecommitdiff
path: root/title.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-02-14 13:29:40 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commit881f620c334acbdf3ff89e0fca45d71012b45ab1 (patch)
treeeaf4768ebdb236d6c8b38073d4487cde5e951d6b /title.sql
parent8cf2f716b38d6f3c226f96d8a8635ffc39747475 (diff)
downloadrichard-iii-881f620c334acbdf3ff89e0fca45d71012b45ab1.tar.gz
Drop table roles.
Diffstat (limited to 'title.sql')
-rw-r--r--title.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/title.sql b/title.sql
index 7232372..cbfd2ba 100644
--- a/title.sql
+++ b/title.sql
@@ -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' );