Files
lti-api/internal/database/migrations/20260528175729_backfill_payment_allocations.down.sql
T
2026-05-29 00:59:42 +07:00

5 lines
158 B
SQL

-- Rollback backfill: hapus semua allocations dan drop function.
TRUNCATE payment_allocations;
DROP FUNCTION IF EXISTS fn_fifo_backfill_party(TEXT, BIGINT);