Moving the old code aside into the archive as i begin a new
[glcas.git] / archive / v1 / var / sqlite3.sql
diff --git a/archive/v1/var/sqlite3.sql b/archive/v1/var/sqlite3.sql
new file mode 100644 (file)
index 0000000..c4b7b9f
--- /dev/null
@@ -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);