mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-27 07:59:14 -04:00
Change structure of item table to match MPTT class (which is a little different from ORM_MPTT which we used in gx
This commit is contained in:
@@ -44,10 +44,10 @@ class core_installer {
|
||||
`type` char(32) default NULL,
|
||||
`title` char(255) default NULL,
|
||||
`path` char(255) default NULL,
|
||||
`parent_id` int(9) default NULL,
|
||||
`level` int(9) default NULL,
|
||||
`left` int(9) default NULL,
|
||||
`right` int(9) default NULL,
|
||||
`parent_id` int(9) default NULL,
|
||||
`scope` int(9) default NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `parent_id` (`parent_id`),
|
||||
KEY `type` (`type`))
|
||||
|
||||
Reference in New Issue
Block a user