mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-06-09 15:07:49 +00:00
5 lines
158 B
SQL
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);
|