closes #49 and possible done #46

This commit is contained in:
2023-10-22 23:02:39 +01:00
parent 90bc3f6acf
commit c844aeabe4
9 changed files with 256 additions and 135 deletions

View File

@@ -14,7 +14,7 @@ create table if not exists models (
width integer,
height integer,
color_mode varchar (20),
format varchar (20)
format varchar (20) default ''
);
-- drop table if exists model_data_point;