diff --git a/SynchRoGazer.go b/SynchRoGazer.go index 197f24c..55b447e 100644 --- a/SynchRoGazer.go +++ b/SynchRoGazer.go @@ -206,8 +206,8 @@ func main() { pq.QuoteIdentifier(*pgTable), pq.QuoteIdentifier(*pgPathRow), pq.QuoteIdentifier(*pgMd5Row), - pq.QuoteIdentifier(*pgSha256Row), pq.QuoteIdentifier(*pgSizeRow), + pq.QuoteIdentifier(*pgSha256Row), )) } else { pgSettings.UpdateSTMT, err = handle.Prepare(fmt.Sprintf("UPDATE %s SET %s = $2, %s = $3 WHERE %s = $1;",