Show
Ignore:
Timestamp:
05/08/08 11:43:23 (8 months ago)
Author:
aarkerio
Message:

Forums and topics improveds

Files:
1 modified

Legend:

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

    r436 r461  
    22  id serial PRIMARY KEY, 
    33  user_id   int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 
    4   topic_id int NOT NULL REFERENCES topics(id) ON DELETE CASCADE, 
    5   UNIQUE (user_id, topic_id)  -- constraint 
     4  topic_id int NOT NULL REFERENCES topics(id) ON DELETE CASCADE 
    65);  
    7  
    8