add drop_outside_limit to instructions
This commit is contained in:
parent
9e4224f51c
commit
f55ce63d84
@ -128,6 +128,15 @@ Run the remaining migrations in `../migrations` to create the rest of the databa
|
|||||||
ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration; do psql < $migration; done;
|
ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration; do psql < $migration; done;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
TODO: Drop outside limit.
|
||||||
|
|
||||||
|
<!-- But what is the bounddary file? -->
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./drop_outside_limit.sh ./path/to/boundary_file
|
||||||
|
````
|
||||||
|
|
||||||
|
|
||||||
# [WIP] Updating the Colouring London database with new OS data
|
# [WIP] Updating the Colouring London database with new OS data
|
||||||
|
|
||||||
TODO: this section should instruct how to update and existing db
|
TODO: this section should instruct how to update and existing db
|
Loading…
Reference in New Issue
Block a user