Changeset 791 for trunk/app/config
- Timestamp:
- 10/02/08 18:47:46 (2 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/messages.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/messages.sql
r436 r791 6 6 "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 7 7 "level" int NOT NULL DEFAULT 0, -- build the message thread if reply exist 8 "sender " int NOT NULL REFERENCES users(id) ON DELETE CASCADE, -- Who send the message8 "sender_id" int NOT NULL REFERENCES users(id) ON DELETE CASCADE, -- Who send the message 9 9 "user_id" int NOT NULL REFERENCES users(id) ON DELETE CASCADE, -- Who receive the message 10 10 "status" smallint NOT NULL DEFAULT 0
