Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed insertion of publication data, now handled by load_data.sql
  • Loading branch information
wlieurance committed Oct 16, 2017
1 parent f681f18 commit 5893938
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions utils/update.sql
@@ -1,18 +1,3 @@
INSERT INTO dnd_pub (pubkey, fullname, abbr, edition, notes) VALUES
('phb5e', "Player's Handbook", 'PHB', '5th', Null),
('dmg5e', "Dungeon Master's Guide", 'DMG', '5th', Null),
('mm5e', 'Monster Manual', 'MM', '5th', Null),
('cos5e', 'Curse of Strahd', 'COS', '5th', Null),
('hdq5e', 'Hoard of the Dragon Queen', 'HDQ', '5th', Null),
('oota5e', 'Out of the Abyss', 'OOTA', '5th', Null),
('pota5e', 'Princes of the Apocalypse', 'POTA', '5th', Null),
('rot5e', 'Rise of Tiamat', 'ROT', '5th', Null),
('aa5e', 'Adversaries & Allies', 'AA', '5th', Null),
('tob5e', 'Tome of Beasts', 'TOB', '5th', Null),
('skt5e', "Storm King's Thunder", 'SKT', '5th', Null),
('vgm5e', "Volo's Guide to Monsters", 'VGM', '5th', Null),
('fef5e', 'Fifth Edition Foes', 'FEF', '5th', Null);

--Example updates for setting path links for backup digital pubs
--UPDATE dnd_pub SET link = "/some/path/D&D 5E - Players Handbook.pdf", page_adjust = 1 WHERE pubkey = 'phb5e';
--UPDATE dnd_pub SET link = "/some/path/D&D 5E - Dungeon Masters Guide.pdf", page_adjust = 0 WHERE pubkey = 'dmg5e';
Expand Down

0 comments on commit 5893938

Please sign in to comment.