Show
Ignore:
Timestamp:
07/01/08 19:06:58 (5 months ago)
Author:
aarkerio
Message:

Little fixes

Files:
1 modified

Legend:

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

    r436 r617  
    88  "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 
    99  "status" smallint DEFAULT 0 NOT NULL, 
    10   "lang_id" int NOT NULL REFERENCES langs(id) 
     10  "lang_id" int NOT NULL REFERENCES langs(id), 
     11  "code" varchar(13) 
    1112); 
    1213