소스 검색

Täiendus 'copy_gpkg_to_db'.

Ardo Kubjas 5 년 전
부모
커밋
a0ebed1bff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      R/copy_gpkg_to_db.R

+ 1 - 0
R/copy_gpkg_to_db.R

@@ -50,6 +50,7 @@ copy_gpkg_to_db <- function(gpkg = NULL, layer = NULL, conf = NULL) {
   algorithm <- "qgis:importintopostgis"
   # cat(qgisprocess::qgis_show_help(algorithm = algorithm))
   # qgisprocess::qgis_outputs(algorithm = algorithm)
+  ruut::db_create_new_schema(conf)
   result <- qgisprocess::qgis_run_algorithm(
     algorithm = algorithm,
     CREATEINDEX = 1,