knocked off a few more bugs
This commit is contained in:
parent
5800dc1596
commit
eb8735f731
4 changed files with 16 additions and 53 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<h2><tmpl_var title></h2>
|
||||
|
||||
<ul><tmpl_loop recentChanges>
|
||||
<li><a href="<tmpl_var url>"><tmpl_var title></a> <tmpl_var actionTaken> on <tmpl_var date> by <tmpl_var username></li>
|
||||
<li><a href="<tmpl_var url>"><tmpl_var title></a> - <tmpl_var actionTaken> on <tmpl_var date> by <tmpl_var username></li>
|
||||
</tmpl_loop></ul>
|
||||
|
||||
<div style="padding: 8px;"><a href="<tmpl_var searchUrl>"><tmpl_var searchLabel></a> | <a href="<tmpl_var mostPopularUrl>"><tmpl_var mostPopularLabel></a> | <a href="<tmpl_var wikiHomeUrl>"><tmpl_var wikiHomeLabel></a></div>
|
||||
|
|
|
|||
|
|
@ -92,14 +92,6 @@ EOT
|
|||
actionTakenBy varchar(22) binary not null,
|
||||
PRIMARY KEY (`assetId`, `revisionDate`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
EOT
|
||||
<<'EOT',
|
||||
CREATE TABLE `WikiMaster_titleIndex` (
|
||||
`assetId` varchar(22) character set utf8 collate utf8_bin NOT NULL,
|
||||
`pageId` varchar(22) character set utf8 collate utf8_bin NOT NULL,
|
||||
`title` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`assetId`, `pageId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
EOT
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue