fix: make refund migration compatible with legacy schemas
Build docker and publish / build (20.15.1) (push) Failing after 8m17s

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-25 11:07:06 -07:00
parent b6b5bccde6
commit 0169a16ada
2 changed files with 24 additions and 4 deletions
@@ -14,6 +14,6 @@ SET u.commission = u.commission - p.pending_total
WHERE p.pending_total > 0;
-- Remove the migration log entries written by the up migration.
DELETE FROM system_log
WHERE type = 3
DELETE FROM system_logs
WHERE type = 33
AND content LIKE '%migration: refund pending withdrawal commission (HIF-22)%';