| 1 |
# Changelog Database tables |
| 2 |
|
| 3 |
Release docs version: 1.9.2 |
| 4 |
|
| 5 |
## Changes are not updated to the Docs |
| 6 |
|
| 7 |
- Adds 'fct_shipping_zones' table |
| 8 |
- Adds 'fct_shipping_methods' table |
| 9 |
- Adds 'fct_shipping_classes' table |
| 10 |
- Altered shipping_class BIGINT(20) NULL, |
| 11 |
|
| 12 |
## 1.9.2, 28th May 2025 |
| 13 |
|
| 14 |
- Altered all amount/price type as `bigint` |
| 15 |
- fct_applied_coupons table columns are refactored |
| 16 |
- All table are synced with current Database |
| 17 |
|
| 18 |
## (Unknown version) 23rd July 2025 |
| 19 |
|
| 20 |
- Added `uuid` column in fct_subscriptions table |
| 21 |
- added default value `[]` of all json columns except if it not config column |