Changeset 624 for trunk/app/config

Show
Ignore:
Timestamp:
07/04/08 14:25:17 (5 months ago)
Author:
aarkerio
Message:

Internatiantilzation

Files:
1 modified

Legend:

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

    r436 r624  
    88    "ecourse_id" int NOT NULL REFERENCES ecourses(id) ON DELETE CASCADE, 
    99    "secret" varchar(6),   -- secret code to allow students register by themselves 
     10    "sdate" date NOT NULL DEFAULT now(), --starting date 
     11    "fdate" date NOT NULL DEFAULT now(), -- finish date 
    1012    "access" smallint NOT NULL DEFAULT 0 -- public / only with code 
    1113);