From 1d5234a8b7e2774c9ee6b8fe265f1f2b558429a4 Mon Sep 17 00:00:00 2001 From: PhilRunninger Date: Wed, 30 Aug 2023 10:32:57 -0400 Subject: [PATCH] Omit from the list, the one adjustment that can't be undone. --- route_sql/list_changes.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/route_sql/list_changes.sql b/route_sql/list_changes.sql index f93b22f..6359885 100644 --- a/route_sql/list_changes.sql +++ b/route_sql/list_changes.sql @@ -16,6 +16,7 @@ from WHERE where_clause AND tag NOT IN ('Initial Build','last price') + AND ol.id <> 1 group BY ol.doc->>'user' ,quota_rep_descr