Show
Ignore:
Timestamp:
04/15/03 13:30:57 (21 years ago)
Author:
jalet
Message:

More work done on money print charging.
Minor bugs corrected.
All tools now access to the storage as priviledged users, repykota excepted.

Files:
1 modified

Legend:

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

    r911 r915  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.13  2003/04/15 11:30:57  jalet 
     23-- More work done on money print charging. 
     24-- Minor bugs corrected. 
     25-- All tools now access to the storage as priviledged users, repykota excepted. 
     26-- 
    2227-- Revision 1.12  2003/04/14 20:01:02  jalet 
    2328-- Typo 
     
    99104-- 
    100105CREATE TABLE groups(id SERIAL PRIMARY KEY NOT NULL, 
    101                     groupname TEXT UNIQUE NOT NULL); 
     106                    groupname TEXT UNIQUE NOT NULL, 
     107                    limitby TEXT DEFAULT 'quota'); 
    102108                     
    103109--