Changeset 897 for pykota/trunk/initscripts/pykota-postgresql.sql
- Timestamp:
- 04/09/03 22:11:29 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/pykota-postgresql.sql
r896 r897 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.9 2003/04/09 20:11:29 jalet 23 -- Added a field to save the action taken for this job (Allow, Deny) 24 -- 22 25 -- Revision 1.8 2003/04/09 20:09:34 jalet 23 26 -- New table to keep job history … … 114 117 userid INT4 REFERENCES users(id), 115 118 printerid INT4 REFERENCES printers(id), 119 action TEXT, 116 120 jobsize INT4, 117 121 jobdate TIMESTAMP DEFAULT now());