Show
Ignore:
Timestamp:
04/18/08 14:30:29 (9 months ago)
Author:
aarkerio
Message:

Discussions fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/karamelo_postgres.sql

    r401 r409  
    148148 "level" int NOT NULL, 
    149149 "discussion_id" int NOT NULL, 
    150  "user_id" int REFERENCES news(id) NOT NULL, 
     150 "user_id" int REFERENCES users(id) NOT NULL, 
    151151 "status" int NOT NULL DEFAULT 0 
    152152);