Changeset 2903

Show
Ignore:
Timestamp:
05/31/06 17:13:25 (18 years ago)
Author:
jerome
Message:

It seems this fixes the problem... (tested !)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/mysql/pykota-mysql.sql

    r2873 r2903  
    9393                        softlimit INT4, 
    9494                        hardlimit INT4, 
    95                         datelimit TIMESTAMP, 
     95                        datelimit DATETIME, 
    9696                        maxjobsize INT4, 
    9797                        warncount INT4 DEFAULT 0,  
     
    143143                         hardlimit INT4, 
    144144                         maxjobsize INT4, 
    145                          datelimit TIMESTAMP, 
     145                         datelimit DATETIME, 
    146146                         INDEX (groupid), 
    147147                         FOREIGN KEY (groupid) REFERENCES groups(id),