c4b7b9f9bbf42d03adace854dc7d309cea591770
[glcas.git] / var / sqlite3.sql
1 create table data_components ( component_id INTEGER PRIMARY KEY AUTOINCREMENT, component_name text, component_version text);
2 create table config_data (config_id INTEGER PRIMARY KEY AUTOINCREMENT, config_name text, config_data text);