diff --git a/notes/setup.sql b/notes/setup.sql new file mode 100644 index 0000000..a3c23cd --- /dev/null +++ b/notes/setup.sql @@ -0,0 +1,18 @@ +CREATE TABLE IF NOT EXISTS renders ( + time INTEGER PRIMARY KEY, + commit_id TEXT, + source TEXT, + model TEXT, + stl TEXT, + stl_size INTEGER, + facets INTEGER, + volume REAL, + x REAL, + y REAL, + z REAL, + render_time INTEGER, + source_hash TEXT, + stl_hash TEXT, + openscad TEXT, + cpu TEXT +); \ No newline at end of file