summaryrefslogtreecommitdiff
path: root/sources/wiki/get_wiki_data.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sources/wiki/get_wiki_data.rb')
-rwxr-xr-xsources/wiki/get_wiki_data.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/wiki/get_wiki_data.rb b/sources/wiki/get_wiki_data.rb
index 742e520..f4632ca 100755
--- a/sources/wiki/get_wiki_data.rb
+++ b/sources/wiki/get_wiki_data.rb
@@ -117,12 +117,13 @@ class WikiPage
def insert(db)
db.execute(
- "INSERT INTO wikipages (lang, tag, key, value, title, tgroup, type, has_templ, parsed, description, image, on_node, on_way, on_area, on_relation, tags_implies, tags_combination, tags_linked) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
+ "INSERT INTO wikipages (lang, tag, key, value, title, body, tgroup, type, has_templ, parsed, description, image, on_node, on_way, on_area, on_relation, tags_implies, tags_combination, tags_linked) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
lang,
tag,
key,
value,
title,
+ content,
group,
type,
has_templ,