diff options
| -rw-r--r-- | rust/README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/rust/README.md b/rust/README.md index 98d742f4..bec73793 100644 --- a/rust/README.md +++ b/rust/README.md @@ -35,6 +35,9 @@ Regenerate API schemas:      cargo fmt      # git commit the fatcat-api directory at this point +Regenerate SQL schema: + +    diesel database reset      diesel print-schema > src/database_schema.rs  Debugging SQL schema errors: | 
