From f75cbe7bd0dde1f820599b637f7f461dfea0187f Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Wed, 27 Apr 2022 15:59:20 +0100 Subject: [PATCH] update comment --- etl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/README.md b/etl/README.md index 02ab17bc..3eeb5d3e 100644 --- a/etl/README.md +++ b/etl/README.md @@ -117,7 +117,7 @@ export PGHOST=localhost export PGDATABASE= ``` -Run any new database migrations from `../migrations` added since the last time the db was updated. +First make sure to run `git pull` to catch any code changes and run any new database migrations from `../migrations` added since the last time the db was updated. Move into the `etl` directory and set execute permission on all scripts.