Nit fixes to pipeline README

This commit is contained in:
Fabio Berger
2019-02-04 16:04:19 +00:00
parent 995a2ef8a0
commit 50cad8d260

View File

@@ -34,8 +34,10 @@ yarn lint
### Migrations
Create a new migration: `yarn migrate:create --name MigrationNameInCamelCase`
Create a new migration: `yarn migrate:create --name MigrationNameInCamelCase`.
Run migrations: `yarn migrate:run`
Revert the most recent migration (CAUTION: may result in data loss!): `yarn migrate:revert`
## Testing