Show
Ignore:
Timestamp:
04/14/03 22:01:02 (21 years ago)
Author:
jalet
Message:

Typo

Files:
1 modified

Legend:

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

    r910 r911  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.12  2003/04/14 20:01:02  jalet 
     23-- Typo 
     24-- 
    2225-- Revision 1.11  2003/04/14 19:58:59  jalet 
    2326-- New database schema for users' account balance 
     
    8992                   username TEXT UNIQUE NOT NULL, 
    9093                   balance FLOAT DEFAULT 0.0, 
    91                    lieftimepaid FLOAT DEFAULT 0.0, 
     94                   lifetimepaid FLOAT DEFAULT 0.0, 
    9295                   limitby TEXT DEFAULT 'quota'); 
    9396