File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
src/main/resources/db/migration Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ -- Remove envelopes that failed due to downstream issue, they will be picked up again on next cron
2+ DELETE FROM scannable_items
3+ WHERE envelope_id = ' 86eeafe0-fb57-41fc-8e13-90f9fba2deb1' ;
4+
5+ DELETE FROM scannable_items
6+ WHERE envelope_id = ' 14734ade-3872-4cd0-952c-46a8b86a3ad5' ;
7+
8+ DELETE FROM scannable_items
9+ WHERE envelope_id = ' 15de94c4-975b-4211-9e7f-d2c963461353' ;
10+
11+ DELETE FROM scannable_items
12+ WHERE envelope_id = ' dfc4d570-7d9d-45bb-bb96-ef13b2f56477' ;
13+
14+ DELETE FROM envelopes
15+ WHERE id = ' 86eeafe0-fb57-41fc-8e13-90f9fba2deb1' ;
16+
17+ DELETE FROM envelopes
18+ WHERE id = ' 14734ade-3872-4cd0-952c-46a8b86a3ad5' ;
19+
20+ DELETE FROM envelopes
21+ WHERE id = ' 15de94c4-975b-4211-9e7f-d2c963461353' ;
22+
23+ DELETE FROM envelopes
24+ WHERE id = ' dfc4d570-7d9d-45bb-bb96-ef13b2f56477' ;
25+
26+ DELETE FROM process_events
27+ WHERE zipfilename IN (
28+ ' 2524804011420_05-09-2025-11-28-29.zip' ,
29+ ' 2523004020819_19-08-2025-08-25-23.zip' ,
30+ ' 2523904010957_27-08-2025-11-49-56.zip' ,
31+ ' 2522604011908_15-08-2025-05-38-26.zip'
32+ );
You can’t perform that action at this time.
0 commit comments