improved
Extending the migration timeline for `charges` tables
about 12 hours ago
In late May 2025 we began the process of migrating the charges table to a new setup. (Read more here We have decided to extend the migration timeline to allow for more time to prepare for the coming breaking changes.
Already live:
- The new
charges
,charge_pricings
, andcharges_config
tables are already live, they have theFUTURE__
preposition. - Documentation for these changes is already live
Next steps
2025-08-15
- Existing
charges
table will gain theDEPRECATED__
preposition and becomeDEPRECATED__charges
table. No other changes will be made to the table and the data in this table will continue to be updated. - The new tables will be available both with and without the
FUTURE__
preposition allowing preparing your codebase for the future stable state.
2025-09-15:
- Tables with the
DEPRECATED__
andFUTURE__
preposition are removed