Show
Ignore:
Timestamp:
03/25/08 01:03:27 (8 months ago)
Author:
aarkerio
Message:

eCourses fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/karamelo_postgres.sql

    r340 r342  
    2222    modified timestamp(0) with time zone DEFAULT now() NOT NULL, 
    2323    code varchar(7) NOT NULL DEFAULT 'f78Z67', 
     24    active smallint NOT NULL DEFAULT 1,  -- active/desactive group 
    2425    CHECK ( length(code)  > 6  ) 
    2526);