4 lines
101 B
SQL
4 lines
101 B
SQL
UPDATE treasure_chest
|
|
SET parent_id = NULL
|
|
WHERE parent_id = "00000000-0000-0000-0000-000000000000";
|