Show
Ignore:
Timestamp:
02/03/06 17:34:25 (18 years ago)
Author:
matt
Message:

Missing INNODB table type for coefficients

Files:
1 modified

Legend:

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

    r2647 r2648  
    178178                           coefficient FLOAT DEFAULT 1.0, 
    179179                           FOREIGN KEY (printerid) REFERENCES printers(id), 
    180                            CONSTRAINT coeffconstraint UNIQUE (printerid, label)); 
     180                           CONSTRAINT coeffconstraint UNIQUE (printerid, label) 
     181                           ) TYPE=INNODB; 
    181182 
    182183--