Sid Meier's Civilization VI

Sid Meier's Civilization VI

Rebalanced Mines
STuRoK 20 Oct, 2021 @ 4:03am
errors in logs..?
Hello, I'm getting some errors in my Modding and Database logs from this mod.
I'm wondering if it's because there aren't ( ) in some the lines like this one:

INSERT INTO ModifierArguments
(ModifierId, Name, Value)
SELECT 'P0K_RM_TRAIT_LUMBER_MILLS_SCIENCE_SEOWON', 'YieldType', 'YIELD_SCIENCE' FROM Civilizations WHERE CivilizationType='CIVILIZATION_KOREA';

I'm no expert so please don't be offended, but should there be a () surrounding the 'P0K_RM_TRAIT_LUMBER_MILLS_SCIENCE_SEOWON', 'YieldType', 'YIELD_SCIENCE' ?