Skip to content

Commit 298655f

Browse files
Merge pull request #344 from 3DBAG/webservices-attributes-fix
fix validation table
2 parents ab52837 + 10c2fe0 commit 298655f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/bag3d/core/sqlfiles/webservice_tiles_intermediary.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CREATE TABLE ${validate_compressed_files}
1111
(
1212
tile_id text,
1313
cj_zip_ok text,
14+
cj_file_ok text,
1415
cj_nr_building text,
1516
cj_nr_buildingpart text,
1617
cj_nr_invalid_building text,
@@ -26,9 +27,11 @@ CREATE TABLE ${validate_compressed_files}
2627
cj_lod text,
2728
cj_schema_valid text,
2829
cj_schema_warnings text,
30+
cj_attributes_with_errors text,
2931
cj_download text,
3032
cj_sha256 text,
3133
obj_zip_ok text,
34+
obj_file_ok text,
3235
obj_nr_building text,
3336
obj_nr_buildingpart text,
3437
obj_nr_invalid_building text,
@@ -45,6 +48,7 @@ CREATE TABLE ${validate_compressed_files}
4548
gpkg_nr_building text,
4649
gpkg_nr_buildingpart text,
4750
gpkg_nr_invalid_2d_geom text,
51+
gpkg_attributes_with_errors text,
4852
gpkg_download text,
4953
gpkg_sha256 text
5054
);

0 commit comments

Comments
 (0)