Changeset 653 for trunk/app/config/sql/postgresql/news.sql
- Timestamp:
- 07/15/08 14:38:50 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/news.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/news.sql
r436 r653 5 5 body text NOT NULL, 6 6 created timestamp(0) with time zone DEFAULT now() NOT NULL, 7 reference varchar(350) NOT NULL,7 reference varchar(350), 8 8 theme_id int NOT NULL REFERENCES themes(id) ON DELETE CASCADE, 9 9 status smallint NOT NULL, -- 0 = draft, 1 = published
