DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

254cb7641e8779f92a98b1764a727d86e5987793 — Jonni Liljamo 1 year, 8 months ago 1b8e1ef
docs(api): note about new migrations
1 files changed, 4 insertions(+), 0 deletions(-)

M api/README.md
M api/README.md => api/README.md +4 -0
@@ 13,3 13,7 @@ database that the other script sets up.
`scripts/dev-migr-redo.sh` can be used to redo the migrations.
As in, it will run down.sql, and then up.sql again, useful for making sure
migrations work correctly, and for experimenting.

## Misc Notes
### Generate new migrations
`~/.cargo/bin/diesel migration generate migration_name`