Show
Ignore:
Timestamp:
05/13/04 13:15:29 (20 years ago)
Author:
jalet
Message:

Added hostname field in job history

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/postgresql/README.postgresql

    r1257 r1473  
    5959  version of PyKota. 
    6060   
     61  * An SQL script to upgrade a 1.18 PyKota Storage DataBase to 
     62    1.19 is included. Launch it this way on the Quota Storage Server : 
     63     
     64        $ psql -U postgres pykota 
     65        pykota=# \i upgrade-to-1.19.sql 
     66        pykota=# \q 
     67        $ 
     68         
     69    This script adds a field to the print job history. The field that 
     70    is added is : hostname 
     71     
    6172  * An SQL script to upgrade a pre-1.16 PyKota Storage DataBase to 
    6273    1.16 is included. Launch it this way on the Quota Storage Server :