From 0eac5ca73cf3c7b45d98117ac241f65458eed56e Mon Sep 17 00:00:00 2001 From: Cristian Furtado Date: Fri, 16 Aug 2024 17:36:25 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Acrescenta=20condi=C3=A7=C3=A3o=20para?= =?UTF-8?q?=20processar=20gazettes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/gazette_txt_to_xml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/gazette_txt_to_xml.py b/tasks/gazette_txt_to_xml.py index 80524ee..a0fd853 100644 --- a/tasks/gazette_txt_to_xml.py +++ b/tasks/gazette_txt_to_xml.py @@ -32,6 +32,8 @@ def create_aggregates(database:DatabaseInterface, storage:StorageInterface): territory_id FROM gazettes + WHERE + territory_id NOT LIKE '%00000' ) GROUP BY code