diff options
-rw-r--r-- | rust/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md index ff873cc7..8c742cb1 100644 --- a/rust/README.md +++ b/rust/README.md @@ -78,7 +78,7 @@ Regenerate SQL schema: Debugging SQL schema errors: - psql fatcat_rs < migrations/2018-05-12-001226_init/up.sql + psql fatcat_test < migrations/2018-05-12-001226_init/up.sql Creating entities via API: |