Changeset 648 for trunk/app/config
- Timestamp:
- 07/11/08 19:02:40 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/podcasts.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/podcasts.sql
r446 r648 4 4 "title" varchar(50) NOT NULL DEFAULT '', 5 5 "description" varchar(255) NOT NULL DEFAULT '', 6 "keywords" varchar(100) NOT NULL,6 "keywords" varchar(100), 7 7 "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 8 8 "length" varchar(10) NOT NULL DEFAULT 0,
