From 8bdaad90604256ff951aca76733e2cbe988b8b4e Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 7 Sep 2020 00:49:27 -0700 Subject: [PATCH] use modeling_status_hint to omit certain items This is a new field I just added manually: ``` ALTER TABLE items ADD COLUMN modeling_status_hint ENUM('done', 'glitchy'); ``` Done means it's actually done being modeled, despite the heuristics telling us otherwise. And glitchy means there's DTI issues that prevent us from making progress on it. --- setup-mysql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-mysql.sql b/setup-mysql.sql index 73edaed..c0f7866 100644 --- a/setup-mysql.sql +++ b/setup-mysql.sql @@ -49,6 +49,7 @@ BEGIN ON pet_types.body_id = swf_assets.body_id WHERE pet_types.color_id = "8" + AND items.modeling_status_hint IS NULL GROUP BY items.id HAVING NOT (