add null mutation

This commit is contained in:
Moriz Wahl 2021-02-17 20:26:53 +01:00
parent 2db9301d09
commit a7489a044c

View File

@ -0,0 +1,9 @@
'use strict'
module.exports.up = function (next) {
next()
}
module.exports.down = function (next) {
next()
}