From cf30f71d0a2b9e4de01b3a231369a0b92549e07b Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 18 Mar 2022 16:52:41 +0000 Subject: [PATCH] remove bad comments --- etl/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etl/README.md b/etl/README.md index 7f4cfe99..50d605eb 100644 --- a/etl/README.md +++ b/etl/README.md @@ -82,8 +82,6 @@ sudo ./filter_transform_mastermap_for_loading.sh ./mastermap_dir Load all building outlines. - - ```bash ./load_geometries.sh ./mastermap_dir ``` @@ -104,14 +102,10 @@ TODO: Drop outside limit. Create a building record per outline. - - ```bash ./create_building_records.sh ``` - - Run the remaining migrations in `../migrations` to create the rest of the database structure. ```bash