index
:
protocols.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
z
/
migrations
/
001-init-users.js
blob: 939238c6afadac95d4948820e48aec278f6f9563 (
plain
)
1
2
3
4
5
6
7
8
exports
.
up
=
function
(
next
){
next
();
};
exports
.
down
=
function
(
next
){
next
();
};