From edff1be16d50e71e3ddedb2ab725598b877c7b76 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 1 Aug 2022 22:28:02 +0200 Subject: [PATCH] added 197 NOOP migration to make sure the old versions don't attempt to process protected notes with 16 byte IV --- db/migrations/0197__NOOP.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/migrations/0197__NOOP.js diff --git a/db/migrations/0197__NOOP.js b/db/migrations/0197__NOOP.js new file mode 100644 index 000000000..c7bdf54ac --- /dev/null +++ b/db/migrations/0197__NOOP.js @@ -0,0 +1 @@ +module.exports = () => console.log("NOOP, increased because of protected notes IV change");