Show
Ignore:
Timestamp:
07/11/08 19:02:40 (4 months ago)
Author:
aarkerio
Message:

Feeders

Files:
1 modified

Legend:

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

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