Show
Ignore:
Timestamp:
05/02/08 15:04:53 (8 months ago)
Author:
aarkerio
Message:

New hobbit edublog style

Files:
1 modified

Legend:

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

    r436 r446  
    44"title" varchar(50) NOT NULL DEFAULT '',  
    55"description" varchar(255) NOT NULL DEFAULT '',  
     6"keywords" varchar(100) NOT NULL,  
    67"created" timestamp(0) with time zone DEFAULT now() NOT NULL,  
    78"length" varchar(10) NOT NULL DEFAULT 0,