Fix migration order so approval_workflows runs before approval_steps
The approval_steps migration references approval_workflows via a foreign key, but both had the same timestamp (020959), causing steps to run first alphabetically and fail. Moved workflows to 020958 so it runs first.
This commit is contained in:
Reference in New Issue
Block a user