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`