Changeset 739 for trunk/app/config

Show
Ignore:
Timestamp:
08/26/08 00:41:38 (3 months ago)
Author:
aarkerio
Message:

CHate

Files:
1 modified

Legend:

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

    r624 r739  
    1010    "sdate" date NOT NULL DEFAULT now(), --starting date 
    1111    "fdate" date NOT NULL DEFAULT now(), -- finish date 
    12     "access" smallint NOT NULL DEFAULT 0 -- public / only with code 
     12    "access" smallint NOT NULL DEFAULT 0, -- public / only with code 
     13    "chat" smallint NOT NULL DEFAULT 0 -- active / desactive chat 
    1314); 
    1415