blob: 2c734065dff5c96e30784fcab2f54faa3963304d (
plain)
1
2
3
|
insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 );
insert or ignore into roles values ( '300-earth-and-water', 'Persia' );
insert or ignore into roles values ( '300-earth-and-water', 'Greece' );
|