mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Changes to handling of refunds in Anrok (#4556)
* Use negations, track transaction version/accounting time, use original charge accounting time in refunds * query cache * chore: query cache, clippy, fmt * Fix tax drift calculation * Fix migration * Increase update_tax_transactions rate
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE charges ADD COLUMN tax_transaction_version INTEGER;
|
||||
ALTER TABLE charges ADD COLUMN tax_platform_accounting_time TIMESTAMP WITH TIME ZONE;
|
||||
Reference in New Issue
Block a user