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");