summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/weblog-database.sql
diff options
context:
space:
mode:
Diffstat (limited to 'org/madore/damlengine/weblog-database.sql')
-rw-r--r--org/madore/damlengine/weblog-database.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/org/madore/damlengine/weblog-database.sql b/org/madore/damlengine/weblog-database.sql
index ab4146d..0cfd282 100644
--- a/org/madore/damlengine/weblog-database.sql
+++ b/org/madore/damlengine/weblog-database.sql
@@ -7,8 +7,9 @@ CREATE TABLE entries (
lang text ,
title text ,
title_xml xml ,
- content xml NOT NULL,
- sha1 text NOT NULL
+ content xml NOT NULL ,
+ sha1 text NOT NULL ,
+ do_single_page text
) ;
CREATE INDEX entries_edate_key ON entries ( edate ) ;
CREATE TABLE incat (