feat: support compact and luggage relation tags
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user