Change llink column type and drop index
This commit is contained in:
parent
69533ce8f5
commit
e87d8d9856
@ -595,7 +595,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||||||
`layout_mid` char(191) NOT NULL DEFAULT '',
|
`layout_mid` char(191) NOT NULL DEFAULT '',
|
||||||
`postopts` text NOT NULL,
|
`postopts` text NOT NULL,
|
||||||
`route` text NOT NULL,
|
`route` text NOT NULL,
|
||||||
`llink` char(191) NOT NULL DEFAULT '',
|
`llink` text NOT NULL DEFAULT '',
|
||||||
`plink` text NOT NULL,
|
`plink` text NOT NULL,
|
||||||
`resource_id` char(191) NOT NULL DEFAULT '',
|
`resource_id` char(191) NOT NULL DEFAULT '',
|
||||||
`resource_type` char(16) NOT NULL DEFAULT '',
|
`resource_type` char(16) NOT NULL DEFAULT '',
|
||||||
@ -659,7 +659,6 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||||||
KEY `commented` (`commented`),
|
KEY `commented` (`commented`),
|
||||||
KEY `verb` (`verb`),
|
KEY `verb` (`verb`),
|
||||||
KEY `obj_type` (`obj_type`),
|
KEY `obj_type` (`obj_type`),
|
||||||
KEY `llink` (`llink`),
|
|
||||||
KEY `expires` (`expires`),
|
KEY `expires` (`expires`),
|
||||||
KEY `revision` (`revision`),
|
KEY `revision` (`revision`),
|
||||||
KEY `mimetype` (`mimetype`),
|
KEY `mimetype` (`mimetype`),
|
||||||
|
Reference in New Issue
Block a user