Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🗃️ Squash and optimize forms app migrations
All operations of the forms app were squashed into a single migration using manage.py squashmigrations. Afterwards, the optimization was done manually: * re-ordered CreateModel operations * moved AddField operations into the CreateModel operations * removed fields from CreateModel for which a RemoveField operation was present * incorporated AlterField into CreateModel operations * Removed the operations to patch formio component configurations, those are not needed on fresh installations
- Loading branch information