584389e17f
## Context Now adding serverless code sync within the migration v2 logic itself. To do that we need to follow the - Prepare flat input - Build migration - Run migration steps where now the serverless function entity will store in DB and cache a checksum of its code and the flat input will contain the code with the checksum. Build will compare checksum and create an update action containing the code if it has changed and the migration will now run the corresponding services (instead of calling those in the parent serverless service exposed in the API) allowing us to keep that logic functional for other use cases such as import/export, twenty-cli and twenty upgrades.