Skip to content

Commit c7dc1be

Browse files
Remove migration 158 repair reference from docs
The migration archaeology has been squashed. Migration 142/158 memo repair is no longer relevant since the base migration (106) now includes memo from the start. Part of migration squash for 2.0.0 release. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 601d9ba commit c7dc1be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/migration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ composer update durable-workflow/workflow
161161
php artisan migrate
162162
```
163163

164-
If you upgraded from an early v2 pre-release that ran migration 142 without the `memo` column on `workflow_run_summaries`, migration 158 will detect and repair the missing column automatically. No manual intervention is needed.
165-
166-
If you previously published migration files, you may need to publish the new ones or switch to auto-loaded migrations.
164+
The 2.0.0 release includes 19 clean base table migrations. If you previously published migration files, you may need to publish the new ones or switch to auto-loaded migrations.
167165

168166
## Backend capability check
169167

0 commit comments

Comments
 (0)