From 07cb1f0524a926dc387e039f8fc282610268326d Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 22 Nov 2023 12:57:43 -0800 Subject: [PATCH] Update instructions after review with Doug B. --- database/mssql/scripts/db-scripts-instructions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/database/mssql/scripts/db-scripts-instructions.md b/database/mssql/scripts/db-scripts-instructions.md index 90b436185..27653815b 100644 --- a/database/mssql/scripts/db-scripts-instructions.md +++ b/database/mssql/scripts/db-scripts-instructions.md @@ -1,10 +1,11 @@ # onRouteBC Database Migration Scripts ## The Quick Version -If you know what you're doing, have your environment already set up, and just want the list of commands here they are: +If you know what you're doing, have your environment already set up with the git repository checked out to ~/tmp/, and just want the list of commands here they are: ``` +cd ~/tmp/onroutebc git restore * -cd ~/tmp/onroutebc/database/mssql/scripts/utility git pull +cd database/mssql/scripts/utility chmod u+x ./*.sh ./get-db-status.sh ```