Skip to content

Instantly share code, notes, and snippets.

@augray
Created June 27, 2023 19:41
Show Gist options
  • Save augray/699c6b87f9dc1ca217cdbf1cf4685124 to your computer and use it in GitHub Desktop.
Save augray/699c6b87f9dc1ca217cdbf1cf4685124 to your computer and use it in GitHub Desktop.
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = '9f2c45d4eac84a8f89ee46820a99b0e7');
DELETE FROM edges WHERE
destination_run_id = '9f2c45d4eac84a8f89ee46820a99b0e7';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = 'a715b3f4f7e74d96bc8ee6859c257082');
DELETE FROM edges WHERE
destination_run_id = 'a715b3f4f7e74d96bc8ee6859c257082';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = '9610a00ba4d9493383cd866bafbe164e');
DELETE FROM edges WHERE
destination_run_id = '9610a00ba4d9493383cd866bafbe164e';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = '95d6f77544ae4abda4fb080b75d3a41a');
DELETE FROM edges WHERE
destination_run_id = '95d6f77544ae4abda4fb080b75d3a41a';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = 'fd18a66c25e648b8a86d15f0254e12cf');
DELETE FROM edges WHERE
destination_run_id = 'fd18a66c25e648b8a86d15f0254e12cf';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = 'b7c28016373e4f799c2c9453b0477581');
DELETE FROM edges WHERE
destination_run_id = 'b7c28016373e4f799c2c9453b0477581';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = '97ebec130b064581bfca154736f8435f');
DELETE FROM edges WHERE
destination_run_id = '97ebec130b064581bfca154736f8435f';
UPDATE edges SET parent_id = NULL WHERE parent_id in (
SELECT id FROM edges WHERE
destination_run_id = '3cb216f0ab2d4e189ab7ea8b839e9d20');
DELETE FROM edges WHERE
destination_run_id = '3cb216f0ab2d4e189ab7ea8b839e9d20';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment