From b50479cf5bbec75a197d25891c7882720ca164e5 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Tue, 18 Jan 2022 20:22:37 +0100 Subject: [PATCH] Fix size update mode --- SynchRoGazer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;",