From dfe9d61428b049cead8daab081deafb92288b98c Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Sun, 3 Nov 2019 18:31:07 +0000 Subject: [PATCH] Update database install instructions Turns out postgres ignores the column order when reading from CSV so update documenation to give the correct order. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index aaeaf6d..7727cf9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: