Skip to content

Commit f0a52ad

Browse files
authored
Reinstated a DB update that was removed by mistake. (#1387)
1 parent 2d818ca commit f0a52ad

File tree

1 file changed

+1
-0
lines changed
  • functions-python/pmtiles_builder/src

1 file changed

+1
-0
lines changed

functions-python/pmtiles_builder/src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def build_pmtiles(self):
304304
if self.use_gcs:
305305
files_to_upload = ["routes.pmtiles", "stops.pmtiles", "routes.json"]
306306
self._upload_files_to_gcs(files_to_upload)
307+
self._update_database()
307308

308309
return self.OperationStatus.SUCCESS, "success"
309310

0 commit comments

Comments
 (0)