Show
Ignore:
Timestamp:
07/11/06 23:06:24 (18 years ago)
Author:
jerome
Message:

Fixed a bug in the MySQL schema

Files:
1 modified

Legend:

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

    r2954 r2974  
    168168                           printerid INT4 NOT NULL, 
    169169                           INDEX (groupid), 
    170                            FOREIGN KEY (groupid) REFERENCES groups(id), 
     170                           FOREIGN KEY (groupid) REFERENCES printers(id), 
    171171                           INDEX (printerid), 
    172172                           FOREIGN KEY (printerid) REFERENCES printers(id),