Show
Ignore:
Timestamp:
03/24/08 18:37:16 (10 months ago)
Author:
aarkerio
Message:

Webquest imprvements

Files:
1 modified

Legend:

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

    r339 r340  
    328328  "title" varchar(110) NOT NULL, 
    329329  "description" text, 
    330   "code" varchar(15),  -- secret code to allow students join to the ecourse,  voM121x for instance 
    331330  "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 
    332331  "status" smallint DEFAULT 0 NOT NULL,