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/modules/bms/install/createtables.sql

    r718 r771  
    325325  `uuid` varchar(64) NOT NULL, 
    326326  `name` varchar(128) NOT NULL default '', 
    327   `type` enum('draft','charge','receivable') default NULL, 
     327  `type` varchar(32) default NULL, 
    328328  `priority` int(8) NOT NULL default '0', 
    329329  `inactive` tinyint(1) NOT NULL default '0', 
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.