diff options
Diffstat (limited to 'z/migrations/001-init-users.js')
| -rw-r--r-- | z/migrations/001-init-users.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/z/migrations/001-init-users.js b/z/migrations/001-init-users.js new file mode 100644 index 0000000..939238c --- /dev/null +++ b/z/migrations/001-init-users.js @@ -0,0 +1,8 @@ + +exports.up = function(next){ + next(); +}; + +exports.down = function(next){ + next(); +}; |
