summaryrefslogtreecommitdiff
path: root/sources/wiki/pre.sql
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-11-09 17:48:13 +0100
committerJochen Topf <jochen@topf.org>2010-11-09 17:48:13 +0100
commit5b2e986a24e4d51c3103b257516cff758d087cbf (patch)
tree7c4cff40361e65968626b83c2b364e4fc6c61973 /sources/wiki/pre.sql
parentc72f198879f6ca29ea1fe992fff6988900b1ed63 (diff)
downloadtaginfo-5b2e986a24e4d51c3103b257516cff758d087cbf.tar
taginfo-5b2e986a24e4d51c3103b257516cff758d087cbf.tar.gz
Store error messages from wiki import in database.
Diffstat (limited to 'sources/wiki/pre.sql')
-rw-r--r--sources/wiki/pre.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sources/wiki/pre.sql b/sources/wiki/pre.sql
index 1f51754..0e8200e 100644
--- a/sources/wiki/pre.sql
+++ b/sources/wiki/pre.sql
@@ -74,6 +74,13 @@ CREATE TABLE wiki_languages (
count_pages INTEGER
);
+DROP TABLE IF EXISTS invalid_page_title;
+
+CREATE TABLE invalid_page_titles (
+ reason TEXT,
+ title TEXT
+);
+
DROP TABLE IF EXISTS stats;
CREATE TABLE stats (