Update database install instructions

Turns out postgres ignores the column order when reading from CSV so
update documenation to give the correct order.
pull/146/head
Christopher Usher 5 years ago
parent 48d4dddb1c
commit dfe9d61428

@ -86,8 +86,8 @@ example,http://example.com,TRUE
```
editors.csv
name,email
example,example@gmail.com
email,name
example@gmail.com,example
```
Alternatively, nodes can be added manually to the database's `nodes` table:

Loading…
Cancel
Save