mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
5 lines
205 B
SQL
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;
|