summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/helpers/core_installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php
index ef4dddd9..d06820ae 100644
--- a/core/helpers/core_installer.php
+++ b/core/helpers/core_installer.php
@@ -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`))