Some IMV policy managers expect a TEXT string

This commit is contained in:
Andreas Steffen
2013-06-25 12:47:07 +02:00
parent 59c9ec107f
commit 72631301eb
3 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ DROP TABLE IF EXISTS devices;
CREATE TABLE devices (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
description TEXT DEFAULT '',
value BLOB NOT NULL,
value TEXT NOT NULL,
product INTEGER REFERENCES products(id),
created INTEGER
);