From 34bd107b982d5365bc8dd9af8d61622d15b43f71 Mon Sep 17 00:00:00 2001 From: J-Dog Date: Mon, 20 May 2024 12:27:20 -0700 Subject: [PATCH] support rollbacks for `callbacks`, `dividends`, and `sweeps` tables --- indexer/includes/rollback.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indexer/includes/rollback.php b/indexer/includes/rollback.php index a83654e..38deefb 100644 --- a/indexer/includes/rollback.php +++ b/indexer/includes/rollback.php @@ -12,14 +12,17 @@ function btnsRollback($block_index=null){ 'addresses', 'batches', 'blocks', + 'callbacks', 'credits', 'debits', 'destroys', + 'dividends', 'fees', 'issues', 'lists', 'mints', 'sends', + 'sweeps', 'tokens', 'transactions' ];