Explorar el Código

temporal: fix TGIS broken in 61b8d40 (#306) (#504)

Anna Petrasova hace 5 años
padre
commit
77984e04f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/python/temporal/core.py

+ 1 - 1
lib/python/temporal/core.py

@@ -840,7 +840,7 @@ def create_temporal_database(dbif):
     dbif.execute_transaction(str3ds_metadata_sql)
 
     # Create views
-    self._create_temporal_database_views(dbif)
+    _create_temporal_database_views(dbif)
 
     # The delete trigger
     dbif.execute_transaction(delete_trigger_sql)