Skip to content

Commit

Permalink
support rollbacks for callbacks, dividends, and sweeps tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed May 20, 2024
1 parent 553beee commit 34bd107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions indexer/includes/rollback.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];
Expand Down

0 comments on commit 34bd107

Please sign in to comment.