Show
Ignore:
Timestamp:
09/17/05 16:29:43 (19 years ago)
Author:
jerome
Message:

Upgraded database schema.
Added -i | --ingroups command line option to repykota.
Added -C | --comment command line option to edpykota.
Added 'noquota', 'noprint', and 'nochange' as switches for edpykota's
-l | --limitby command line option.
Severity : entirely new features, in need of testers :-)

Files:
1 modified

Legend:

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

    r2303 r2452  
    5757  database schema are included. You may have to run all 
    5858  of them or only some of them, depending on your  
    59   version of PyKota. 
     59  version of PyKota. Usually running them several times, for 
     60  example if you used several different development versions 
     61  of PyKota, won't do any harm. 
    6062   
     63  * An SQL script to upgrade a 1.22 PyKota Storage DataBase to 
     64    1.23 is included. Launch it this way on the Quota Storage Server : 
     65     
     66        $ psql -U postgres pykota 
     67        pykota=# \i upgrade-to-1.23.sql 
     68        pykota=# \q 
     69        $ 
     70         
     71    This script adds many fields to existing tables, and a table to 
     72    manage billing codes. 
     73     
    6174  * An SQL script to upgrade a 1.20 PyKota Storage DataBase to 
    6275    1.21 is included. Launch it this way on the Quota Storage Server :