- The name of the columns were swapped, so better to fix it for avoiding
mistakes due to this.
- Migration script for detecting the condition and swap column names.
- On v12 > v13 migration, include JOINs for avoiding FK constraint,
which `ON CONFLICT` clause doesn't protect.
As the field was not properly converted to property at 2.0.0, the script fails to do its
job when migrating from v11, so we need to adapt the scripts to this situation.
Previous field declaration was incorrect due to a typo, leading to non applying the
company dependent features.
Now everything is correct and the migration scripts care of moving data properly.
Previous field declaration was incorrect due to a typo, leading to non applying the
company dependent features.
Now everything is correct and the migration scripts care of moving data properly.