From 2d4684d683f7b5c89b1ddd818e6f0954e8d8c3c1 Mon Sep 17 00:00:00 2001 From: Daniel Meyer <8926560+pubkey@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:48:57 +0100 Subject: [PATCH] Update before-next-major.md --- orga/before-next-major.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/orga/before-next-major.md b/orga/before-next-major.md index 745e6babe49..79742433138 100644 --- a/orga/before-next-major.md +++ b/orga/before-next-major.md @@ -12,8 +12,6 @@ By splitting the functionalities it will become easier to learn where the handle Set the default to 14 and also remove all occurences of `jsonPositionSize`. -## Ideas from https://github.com/pubkey/rxdb/issues/4994 - ## migration-storage plugin: Remove catch from cleanup In the migration-storage plugin we run a catch on `oldStorageInstance.cleanup(0)` to fix v14->v15 migration.