mirror of
https://github.com/zadam/trilium.git
synced 2024-12-29 11:24:45 +08:00
added 197 NOOP migration to make sure the old versions don't attempt to process protected notes with 16 byte IV
This commit is contained in:
parent
0beee408cf
commit
edff1be16d
1 changed files with 1 additions and 0 deletions
1
db/migrations/0197__NOOP.js
Normal file
1
db/migrations/0197__NOOP.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = () => console.log("NOOP, increased because of protected notes IV change");
|
Loading…
Reference in a new issue