aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/h-source/tables.sql b/h-source/tables.sql
index 3a50a1a..c59cf23 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -274,4 +274,7 @@ create table wiki_talk (
message text CHARACTER SET utf8 not null,
id_wiki INT UNSIGNED NOT NULL,
deleted char(4) not null default 'no'
-)engine=innodb; \ No newline at end of file
+)engine=innodb;
+
+insert into wiki (title,title_clean,is_main) values ('Main Page','Main-Page','yes');
+update wiki set update_date=creation_date where title='Main Page'; \ No newline at end of file