Show
Ignore:
Timestamp:
04/09/03 22:11:29 (21 years ago)
Author:
jalet
Message:

Added a field to save the action taken for this job (Allow, Deny)

Files:
1 modified

Legend:

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

    r896 r897  
    2020-- 
    2121-- $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-- 
    2225-- Revision 1.8  2003/04/09 20:09:34  jalet 
    2326-- New table to keep job history 
     
    114117                        userid INT4 REFERENCES users(id), 
    115118                        printerid INT4 REFERENCES printers(id), 
     119                        action TEXT, 
    116120                        jobsize INT4, 
    117121                        jobdate TIMESTAMP DEFAULT now());