File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/core/src/bag3d/core/sqlfiles Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ CREATE TABLE ${validate_compressed_files}
11
11
(
12
12
tile_id text ,
13
13
cj_zip_ok text ,
14
+ cj_file_ok text ,
14
15
cj_nr_building text ,
15
16
cj_nr_buildingpart text ,
16
17
cj_nr_invalid_building text ,
@@ -26,9 +27,11 @@ CREATE TABLE ${validate_compressed_files}
26
27
cj_lod text ,
27
28
cj_schema_valid text ,
28
29
cj_schema_warnings text ,
30
+ cj_attributes_with_errors text ,
29
31
cj_download text ,
30
32
cj_sha256 text ,
31
33
obj_zip_ok text ,
34
+ obj_file_ok text ,
32
35
obj_nr_building text ,
33
36
obj_nr_buildingpart text ,
34
37
obj_nr_invalid_building text ,
@@ -45,6 +48,7 @@ CREATE TABLE ${validate_compressed_files}
45
48
gpkg_nr_building text ,
46
49
gpkg_nr_buildingpart text ,
47
50
gpkg_nr_invalid_2d_geom text ,
51
+ gpkg_attributes_with_errors text ,
48
52
gpkg_download text ,
49
53
gpkg_sha256 text
50
54
);
You can’t perform that action at this time.
0 commit comments