some simple outline stuff atm
[glcas.git] / var / sqlite3.sql
index e69de29..c4b7b9f 100644 (file)
@@ -0,0 +1,2 @@
+create table data_components ( component_id INTEGER PRIMARY KEY AUTOINCREMENT, component_name text, component_version text);
+create table config_data (config_id INTEGER PRIMARY KEY AUTOINCREMENT, config_name text, config_data text);