phpBMS

Show
Ignore:
Timestamp:
01/27/10 10:18:24 (2 years ago)
Author:
brieb
Message:
  • fixed installtion issue with creating table with field type text and default value
  • changed paymentmethods type to varchar instead of enum
Files:
1 modified

Legend:

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

    r693 r771  
    128128  `reportuuid` varchar(64) NOT NULL, 
    129129  `name` varchar(64) NOT NULL default '', 
    130   `value` text default '', 
     130  `value` text, 
    131131  `type` varchar(32) NOT NULL default 'string', 
    132132  `required` tinyint(4) NOT NULL default '0', 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.