From ca7755d9d89181da57ab6df2b0d2ccef93023929 Mon Sep 17 00:00:00 2001 From: pubkey <8926560+pubkey@users.noreply.github.com> Date: Tue, 14 Dec 2021 00:15:28 +0100 Subject: [PATCH] ADD hint about migration --- orga/releases/11.0.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orga/releases/11.0.0.md b/orga/releases/11.0.0.md index a73141efa95..5cd30cabb11 100644 --- a/orga/releases/11.0.0.md +++ b/orga/releases/11.0.0.md @@ -63,6 +63,9 @@ To make the RxStorage abstraction compatible with Webworkers, we had to do some - Compound primary key migration throws "Value of primary key(s) cannot be changed" [#3546](https://github.com/pubkey/rxdb/pull/3546) Thanks [@nothingkid](https://github.com/nothingkid) - Allowd `_id` as primaryKey [#3562](https://github.com/pubkey/rxdb/pull/3562) Thanks [@SuperKirik](https://github.com/SuperKirik) +# Migration from `10.x.x` + +The migration should be pretty easy. Nothing in the datalayer has been changed, so you can use the stored data of v10 together with the new v11 RxDB. ## You can help!