Show
Ignore:
Timestamp:
11/23/03 20:01:37 (20 years ago)
Author:
jalet
Message:

Job price added to history

Files:
1 modified

Legend:

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

    r1200 r1203  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.6  2003/11/23 19:01:36  jalet 
     23-- Job price added to history 
     24-- 
    2225-- Revision 1.5  2003/11/21 14:28:45  jalet 
    2326-- More complete job history. 
     
    111114                        pagecounter INT4 DEFAULT 0, 
    112115                        jobsize INT4, 
     116                        jobprice FLOAT, 
    113117                        action TEXT, 
    114118                        filename TEXT,