adding index pagetype to block_pinned to make it consistent

This commit is contained in:
toyomoyo 2006-02-14 02:34:37 +00:00
parent 3a11c548b2
commit 1c8510355f

View File

@ -36,7 +36,8 @@ CREATE TABLE `prefix_block_pinned` (
`weight` tinyint(3) not null default '0',
`visible` tinyint(1) not null default '0',
`configdata` text not null default '',
PRIMARY KEY(`id`)
PRIMARY KEY(`id`),
INDEX pagetype(`pagetype`)
) TYPE=MyISAM;