diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-24 16:40:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-24 16:40:30 -0700 |
commit | ba0248b091762a4064d9bebbda70b88fcb611204 (patch) | |
tree | 4834189271f9c51a15b1d003e412150b3b934628 /rust | |
parent | c9661587054f62c1ead9c7f938cdf7d5aa77d433 (diff) | |
download | fatcat-ba0248b091762a4064d9bebbda70b88fcb611204.tar.gz fatcat-ba0248b091762a4064d9bebbda70b88fcb611204.zip |
use test db when debugging schema
Diffstat (limited to 'rust')
-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: |