feat: support compact and luggage relation tags

This commit is contained in:
2026-08-14 17:07:30 +02:00
parent ccef0955d4
commit 6f183daca8
10 changed files with 41 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
ALTER TABLE osint.exhibit_connections
ADD COLUMN tag_style TEXT NOT NULL DEFAULT 'luggage'
CHECK (tag_style IN ('luggage', 'compact'));
COMMENT ON COLUMN osint.exhibit_connections.tag_style IS 'Player-selected relation label presentation while both POC treatments are evaluated';