Changeset 2974

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

Fixed a bug in the MySQL schema

Location:
pykota/trunk
Files:
3 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), 
  • pykota/trunk/NEWS

    r2953 r2974  
    2222PyKota NEWS : 
    2323        
     24    - 1.25alpha8 (2006-07-11) : 
     25     
     26        - Fixed a problem in the MySQL schema. 
     27         
    2428    - 1.25alpha7 (2006-06-20) : 
    2529     
  • pykota/trunk/pykota/version.py

    r2937 r2974  
    2222# 
    2323 
    24 __version__ = "1.25alpha7_unofficial" 
     24__version__ = "1.25alpha8_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."