Changeset 2974
- Timestamp:
- 07/11/06 23:06:24 (18 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/mysql/pykota-mysql.sql
r2954 r2974 168 168 printerid INT4 NOT NULL, 169 169 INDEX (groupid), 170 FOREIGN KEY (groupid) REFERENCES groups(id),170 FOREIGN KEY (groupid) REFERENCES printers(id), 171 171 INDEX (printerid), 172 172 FOREIGN KEY (printerid) REFERENCES printers(id), -
pykota/trunk/NEWS
r2953 r2974 22 22 PyKota NEWS : 23 23 24 - 1.25alpha8 (2006-07-11) : 25 26 - Fixed a problem in the MySQL schema. 27 24 28 - 1.25alpha7 (2006-06-20) : 25 29 -
pykota/trunk/pykota/version.py
r2937 r2974 22 22 # 23 23 24 __version__ = "1.25alpha 7_unofficial"24 __version__ = "1.25alpha8_unofficial" 25 25 26 26 __doc__ = "PyKota : a complete Printing Quota Solution for CUPS."