diff --git a/data/stats-sql/stats.db b/data/stats-sql/stats.db index 4c31bd62b..8e72b8b79 100644 Binary files a/data/stats-sql/stats.db and b/data/stats-sql/stats.db differ diff --git a/data/stats-sql/structures-data.sql b/data/stats-sql/structures-data.sql index c7f715858..3cf1cc41d 100644 --- a/data/stats-sql/structures-data.sql +++ b/data/stats-sql/structures-data.sql @@ -20,8 +20,8 @@ CREATE TABLE `structures` ( powerToBuild NUMERIC NOT NULL, -- How much power this structure requires to be built resistance NUMERIC, -- The number used to determine whether a structure can resist an enemy takeover (0 = cannot be attacked electrically) sizeModifier NUMERIC NOT NULL, -- The larger the target, the easier to hit - ecm INTEGER, -- Which ECM is standard for the structure, if any - sensor INTEGER, -- Which sensor is standard for the structure, if any + ecm INTEGER, -- Which ECM is standard for the structure, if any (is a reference to `ecm`.`id`) + sensor INTEGER, -- Which sensor is standard for the structure, if any (is a reference to `sensor`.`id`) GfxFile TEXT, -- The IMD to draw for this component BaseGfxFile TEXT, -- The base IMD to draw for this structure num_functions INTEGER NOT NULL, -- Number of functions for default