Skip to content

Commit

Permalink
fix: Acrescenta condição para processar gazettes
Browse files Browse the repository at this point in the history
  • Loading branch information
csafurtado committed Aug 16, 2024
1 parent 7f18148 commit 0eac5ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/gazette_txt_to_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def create_aggregates(database:DatabaseInterface, storage:StorageInterface):
territory_id
FROM
gazettes
WHERE
territory_id NOT LIKE '%00000'
)
GROUP BY
code
Expand Down

0 comments on commit 0eac5ca

Please sign in to comment.