You've already forked AstralRinth
forked from didirus/AstralRinth
* 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
3 lines
150 B
SQL
3 lines
150 B
SQL
ALTER TABLE charges ADD COLUMN tax_transaction_version INTEGER;
|
|
ALTER TABLE charges ADD COLUMN tax_platform_accounting_time TIMESTAMP WITH TIME ZONE;
|