Nit fixes to pipeline README
This commit is contained in:
@@ -34,8 +34,10 @@ yarn lint
|
|||||||
|
|
||||||
### Migrations
|
### Migrations
|
||||||
|
|
||||||
Create a new migration: `yarn migrate:create --name MigrationNameInCamelCase`
|
Create a new migration: `yarn migrate:create --name MigrationNameInCamelCase`.
|
||||||
|
|
||||||
Run migrations: `yarn migrate:run`
|
Run migrations: `yarn migrate:run`
|
||||||
|
|
||||||
Revert the most recent migration (CAUTION: may result in data loss!): `yarn migrate:revert`
|
Revert the most recent migration (CAUTION: may result in data loss!): `yarn migrate:revert`
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|||||||
Reference in New Issue
Block a user