Jeremy Zheng 393741a04d :construction: using db migrations há 4 anos atrás
..
migrations 393741a04d :construction: using db migrations há 4 anos atrás
.env 393741a04d :construction: using db migrations há 4 anos atrás
README.md 393741a04d :construction: using db migrations há 4 anos atrás

README.md

USAGE

source .env

# Generate a new migration with the given name
diesel migration generate NAME
# Runs all pending migrations
diesel migration run
# Reverts the latest run migration
diesel migration revert
# Lists all available migrations
diesel migration list