Show
Ignore:
Timestamp:
06/17/05 09:03:19 (19 years ago)
Author:
jerome
Message:

I forgot the description attribute for billing codes...
Severity : I'm severely stupid !

Files:
1 modified

Legend:

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

    r2317 r2318  
    172172CREATE TABLE billingcodes (id SERIAL PRIMARY KEY NOT NULL, 
    173173                           label TEXT UNIQUE NOT NULL, 
     174                           description TEXT, 
    174175                           balance FLOAT DEFAULT 0.0, 
    175176                           pagecounter INT4 DEFAULT 0);