Update readme temp (#1723)

This commit is contained in:
ccQpein 2023-06-25 23:06:04 -04:00 committed by GitHub
parent faf222698c
commit e8eac61c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
- Generate a new migration file
```sh
cargo run -- migrate generate MIGRATION_NAME
cargo run -- generate MIGRATION_NAME
```
- Apply all pending migrations
```sh