mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
adding index pagetype to block_pinned to make it consistent
This commit is contained in:
parent
3a11c548b2
commit
1c8510355f
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user