remove some unnecessary TODO statments

merge-requests/34/merge
James Miller 2019-08-16 14:54:31 -05:00
parent 2f41530502
commit 70528a8424
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@ VALUES
(3, 'Secret'); (3, 'Secret');
-- TODO These values are from Tables 2-1, 2-2, and 2-3 on page 65 CRB -- These values are from Tables 2-1, 2-2, and 2-3 on page 65 CRB
INSERT INTO langs (lang_id, rarity_id, sources_id, sources_pages, lang, speakers) INSERT INTO langs (lang_id, rarity_id, sources_id, sources_pages, lang, speakers)
VALUES VALUES

View File

@ -31,8 +31,6 @@ VALUES
(3, 'Occult'), (3, 'Occult'),
(4, 'Primal'); (4, 'Primal');
/* TODO fill in spellschool descriptions */
INSERT INTO spellschools ( INSERT INTO spellschools (
spellschools_id, spellschools_id,
sources_id, sources_id,