This commit is contained in:
Ed Chalstrey 2022-03-09 13:33:26 +00:00
parent 2dae59e540
commit 732bae1f20

View File

@ -35,7 +35,8 @@ export PGDATABASE=<colouringlondondb>
Create the core database tables:
```bash
psql < ../migrations/001.core.up.sql
cd ~/colouring-london
psql < migrations/001.core.up.sql
```
There is some performance benefit to creating indexes after bulk loading data.