phpBMS

Show
Ignore:
Timestamp:
04/23/09 14:06:11 (3 years ago)
Author:
nate
Message:
  • Menus now use a uuid field instead of an id type field to determine a menu item's parent menu item.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/install/createtables.sql

    r499 r513  
    2929CREATE TABLE menu ( 
    3030  id int(11) NOT NULL auto_increment, 
     31  `uuid` varchar(64) NOT NULL, 
    3132  name varchar(64) NOT NULL default '', 
    3233  link varchar(128) NOT NULL default '', 
    33   parentid int(11) NOT NULL default '0', 
     34  parentid varchar(64) NOT NULL default '0', 
    3435  displayorder int(11) NOT NULL default '0', 
    3536  createdby int(11) NOT NULL default '0', 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.