Changeset 441 for trunk/app/config
- Timestamp:
- 04/29/08 17:56:48 (7 months ago)
- Location:
- trunk/app/config/sql/postgresql
- Files:
-
- 1 added
- 1 modified
-
restres.sql (added)
-
treasures.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/treasures.sql
r436 r441 3 3 "id" serial PRIMARY KEY, 4 4 "title" varchar(150) NOT NULL, 5 "points" smallint NOT NULL DEFAULT 3, 6 "secret" varchar(15) NOT NULL, -- secret word, stop 5 7 "instructions" text NOT NULL DEFAULT '', 6 8 "user_id" int NOT NULL REFERENCES users(id) ON DELETE CASCADE,
