Revision b68a8b6c src/vm_template/VMTemplate.cc
src/vm_template/VMTemplate.cc | ||
---|---|---|
67 | 67 |
|
68 | 68 |
const char * VMTemplate::db_bootstrap = |
69 | 69 |
"CREATE TABLE IF NOT EXISTS template_pool (oid INTEGER PRIMARY KEY, " |
70 |
"name VARCHAR(128), body TEXT, uid INTEGER, gid INTEGER, " |
|
70 |
"name VARCHAR(128), body MEDIUMTEXT, uid INTEGER, gid INTEGER, "
|
|
71 | 71 |
"owner_u INTEGER, group_u INTEGER, other_u INTEGER)"; |
72 | 72 |
|
73 | 73 |
/* ------------------------------------------------------------------------ */ |
Also available in: Unified diff