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

Fixed database schema to use an SQL keyword instead of a string.

Files:
1 modified

Legend:

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

    r2452 r2457  
    7272                      priceperpage FLOAT DEFAULT 0.0, 
    7373                      priceperjob FLOAT DEFAULT 0.0, 
    74                       passthrough BOOLEAN DEFAULT 'f', 
     74                      passthrough BOOLEAN DEFAULT FALSE, 
    7575                      maxjobsize INT4); 
    7676