updated SQL templates to support attribute pool and identity parameters

This commit is contained in:
Andreas Steffen
2010-07-12 20:28:34 +02:00
parent cb0a9d58a3
commit ab635e029e
3 changed files with 30 additions and 1 deletions
@@ -188,6 +188,7 @@ CREATE TABLE attribute_pools (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL
);
DROP TABLE IF EXISTS attributes;
CREATE TABLE attributes (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,