From 1b154d92f9bbc453b223da1c7313c42bf10ab241 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 4 Sep 2019 16:56:07 -0400 Subject: [PATCH] Comment out unknown insert --- data/sources.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/sources.sql b/data/sources.sql index 157fbca..b337a53 100644 --- a/data/sources.sql +++ b/data/sources.sql @@ -62,7 +62,8 @@ NULL, 1, 'Age of Ashes Player''s Guide © 2019, Paizo Inc.; Authors: James Jacobs with Amanda Hamon.'); - +/* Unsure what this value is for it will be reassigned a new sourceentry_id when it is inserted and this insert should be moved to the associated monsters.sql BEGIN TRANSACTION; INSERT INTO sourceentries VALUES(1, 1, 8, 9); COMMIT; +*/ \ No newline at end of file