Changeset 739 for trunk/app/config
- Timestamp:
- 08/26/08 00:41:38 (3 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/vclassrooms.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/vclassrooms.sql
r624 r739 10 10 "sdate" date NOT NULL DEFAULT now(), --starting date 11 11 "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 13 14 ); 14 15
