Show
Ignore:
Timestamp:
07/15/08 14:38:50 (4 months ago)
Author:
aarkerio
Message:

Messages and news imprved

Files:
1 modified

Legend:

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

    r436 r653  
    55  body text NOT NULL, 
    66  created timestamp(0) with time zone DEFAULT now() NOT NULL, 
    7   reference varchar(350) NOT NULL, 
     7  reference varchar(350), 
    88  theme_id int NOT NULL REFERENCES themes(id) ON DELETE CASCADE, 
    99  status smallint NOT NULL,   -- 0 = draft, 1 = published