Changeset 779 for trunk/app/config

Show
Ignore:
Timestamp:
09/24/08 15:20:15 (8 weeks ago)
Author:
aarkerio
Message:

Test Unit fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/postgresql/vclassrooms.sql

    r739 r779  
    1111    "fdate" date NOT NULL DEFAULT now(), -- finish date 
    1212    "access" smallint NOT NULL DEFAULT 0, -- public / only with code 
    13     "chat" smallint NOT NULL DEFAULT 0 -- active / desactive chat 
     13    "chat" smallint NOT NULL DEFAULT 0, -- active / desactive chat 
     14    "gcalendar_id" varchar(70)  
    1415); 
    1516