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/upgrade-to-1.23.sql

    r2317 r2318  
    5555CREATE TABLE billingcodes (id SERIAL PRIMARY KEY NOT NULL, 
    5656                           label TEXT UNIQUE NOT NULL, 
     57                           description TEXT, 
    5758                           balance FLOAT DEFAULT 0.0, 
    5859                           pagecounter INT4 DEFAULT 0);