Files
CosmicClash/server/migrations/0009_allocation_arena_paths.sql
T

5 lines
205 B
SQL

-- Keep arena identity in the durable provider allocation record so retries
-- and provider recovery compare the complete match compatibility tuple.
ALTER TABLE allocations
ADD COLUMN arena_path TEXT;