Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 25, 2024
1 parent 6a91334 commit ead2816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datamodel/app/create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def create_app(

run_sql_file("functions/oid_functions.sql", pg_service, variables)
run_sql_file("functions/organisation_functions.sql", pg_service, variables)

# to do add symbology_function and geometry_funcions for TEKSI Distance heating

# run_sql_file("symbology_functions.sql", pg_service)
Expand Down
2 changes: 1 addition & 1 deletion datamodel/changelogs/0001/oid_generation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ CREATE INDEX in_tdh_is_oid_prefixes_active
CREATE UNIQUE INDEX in_tdh_is_oid_prefixes_id
ON tdh_sys.oid_prefixes
USING btree
(id );
(id );

0 comments on commit ead2816

Please sign in to comment.