Update database install instructions

Turns out postgres ignores the column order when reading from CSV so
update documenation to give the correct order.
pull/144/head
Christopher Usher 6 years ago
parent c1cb7966af
commit ce56d2b1fe

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

Loading…
Cancel
Save