From abbe2d71dcf41f734d405e53b1652862d909ae7f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 22:16:19 -0700 Subject: readme fix --- rust/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/README.md') 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: -- cgit v1.2.3