mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
6 lines
311 B
SQL
6 lines
311 B
SQL
-- Persist only server-derived placement metadata alongside queue ownership.
|
|
-- Redis remains a rebuildable index; this JSON projection is durable source
|
|
-- data and may be empty until the authenticated probe completes.
|
|
ALTER TABLE queue_tickets
|
|
ADD COLUMN predicted_rtt JSONB NOT NULL DEFAULT '{}'::jsonb;
|