mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add null mutation
This commit is contained in:
parent
2db9301d09
commit
a7489a044c
9
backend/src/db/migrations/1613589876420-null_mutation.js
Normal file
9
backend/src/db/migrations/1613589876420-null_mutation.js
Normal file
@ -0,0 +1,9 @@
|
||||
'use strict'
|
||||
|
||||
module.exports.up = function (next) {
|
||||
next()
|
||||
}
|
||||
|
||||
module.exports.down = function (next) {
|
||||
next()
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user