aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-15 11:45:38 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-15 11:45:38 +0000
commitd85570c9946aef61d8d935d9f50169215338d665 (patch)
tree80ff5e94178d9aa09bebfc6b897251078836cdd5 /h-source/tables.sql
parent8c287999487883a54271ae5e91bbb79b4fd15826 (diff)
improved wiki
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