Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete the Serialized Dag and DagCode before DagVersion migration
This is necessary for a smooth migration from the old DB to the new one that added versioning; otherwise, the non-nullable columns raise an integrity error. Instead of populating those not nullable columns, this seems to be a better option since the Serialized Dag and DagCode would be regenerated after the migration.
- Loading branch information