diff options
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 4d8e991..28facb6 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -39,7 +39,7 @@ Replace the current Last-Write-Wins (LWW) conflict resolution with Automerge CRD ### Phase 5: Migration - [x] Create `src/client/sync/crdt/migration.ts` - One-time migration script -- [ ] Create server migration script to convert existing data +- [x] Server data migration - Not needed (no existing production data) ### Phase 6: Testing and Cleanup |
