diff --git a/backend/src/db/migrations/1613589876420-null_mutation.js b/backend/src/db/migrations/1613589876420-null_mutation.js new file mode 100644 index 000000000..f158549de --- /dev/null +++ b/backend/src/db/migrations/1613589876420-null_mutation.js @@ -0,0 +1,9 @@ +'use strict' + +module.exports.up = function (next) { + next() +} + +module.exports.down = function (next) { + next() +}