Show
Ignore:
Timestamp:
07/22/08 12:58:53 (4 months ago)
Author:
aarkerio
Message:

Update general

Files:
1 modified

Legend:

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

    r653 r665  
    66  created timestamp(0) with time zone DEFAULT now() NOT NULL, 
    77  reference varchar(350), 
    8   theme_id int NOT NULL REFERENCES themes(id) ON DELETE CASCADE, 
     8  theme_id int NOT NULL REFERENCES themes(id), 
    99  status smallint NOT NULL,   -- 0 = draft, 1 = published 
    1010  user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 
     
    1414 
    1515INSERT INTO news ("title", "body", "reference", "theme_id", "status", "user_id") VALUES ('Welcome to Karamelo!',  
    16 '<p>The Maya site may have bee.</p><p>The city was first mentioned by Juan DiezThe site is of moderate size, with construction of modest sized buildings.</p>',  
     16'<p>Karamelo is a cool eLearning platform.</p><p>Please follow the <a href="http://www.chipotle-software.com/">Admin</a> manual to publish news and events.</p>',  
    1717'http://www.chipotle-software.com/', 
    18183, 1, 1);