diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:55:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:55:04 +0000 |
| commit | 6719be3e85a16e5d6a0db45776acc8dca8f29efc (patch) | |
| tree | cf567c3cf970b12ac06fd0f26107cda84c7a71a3 /admin | |
| parent | e106202a73d09e960fd562573bcf673de7a4ded1 (diff) | |
| download | nexus-6719be3e85a16e5d6a0db45776acc8dca8f29efc.tar.gz nexus-6719be3e85a16e5d6a0db45776acc8dca8f29efc.tar.bz2 nexus-6719be3e85a16e5d6a0db45776acc8dca8f29efc.zip | |
merge recent changes into HEAD
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index ce72042..e28824a 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -2,33 +2,33 @@ $tables = array( 'tiki_nexus_plugins' => " - plugin_guid C(16) PRIMARY, - plugin_type C(16) NOTNULL, - is_active C(1) NOTNULL DEFAULT 'y', - plugin_description C(250), - maintainer_url C(250) + plugin_guid C(16) PRIMARY, + plugin_type C(16) NOTNULL, + is_active C(1) NOTNULL DEFAULT 'y', + plugin_description C(250), + maintainer_url C(250) ", 'tiki_nexus_menus' => " - menu_id I4 AUTO PRIMARY, - plugin_guid C(16) NOTNULL, - title C(128), - description C(255), - type C(16), - editable I4 DEFAULT 0 + menu_id I4 AUTO PRIMARY, + plugin_guid C(16) NOTNULL, + title C(128), + description C(255), + type C(16), + editable I4 DEFAULT 0 ", 'tiki_nexus_menu_items' => " - item_id I4 AUTO PRIMARY, - menu_id I4 DEFAULT 0, - parent_id I4, - ext_menu I4, - pos I4, - title C(128), - hint C(255), - rsrc C(255), - rsrc_type C(16), - perm C(128) + item_id I4 AUTO PRIMARY, + menu_id I4 DEFAULT 0, + parent_id I4, + ext_menu I4, + pos I4, + title C(128), + hint C(255), + rsrc C(255), + rsrc_type C(16), + perm C(128) ", ); |
