Skip to content

Commit

Permalink
Merge branch 'poa_add_file_and_data_media' of https://github.com/teks…
Browse files Browse the repository at this point in the history
…i/district_heating into poa_add_file_and_data_media
  • Loading branch information
ponceta committed Oct 25, 2024
2 parents 61fb678 + ead2816 commit 1cfdcba
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 1cfdcba

Please sign in to comment.