Changeset 2024 for pykota/trunk/initscripts/postgresql
- Timestamp:
- 01/11/05 00:23:25 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/postgresql/pykota-postgresql.sql
r1994 r2024 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.13 2005/01/10 23:23:25 jalet 23 -- Added the billing code to the history 24 -- 22 25 -- Revision 1.12 2004/12/23 18:40:18 jalet 23 26 -- Added the coefficient table, and many columns to existing tables … … 148 151 md5sum TEXT, 149 152 pages TEXT, 153 billingcode TEXT, 150 154 jobdate TIMESTAMP DEFAULT now(), 151 155 CONSTRAINT checkUserPQuota FOREIGN KEY (userid, printerid) REFERENCES userpquota(userid, printerid));