Changeset 688 for trunk/app/config
- Timestamp:
- 08/02/08 17:27:54 (4 months ago)
- Location:
- trunk/app/config/sql/postgresql
- Files:
-
- 2 modified
-
annotations.sql (modified) (1 diff)
-
karamelo.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/annotations.sql
r630 r688 5 5 user_id int REFERENCES users (id) ON DELETE CASCADE, 6 6 lesson_id int REFERENCES lessons (id) ON DELETE CASCADE, 7 status small 1int NOT NULL DEFAULT 17 status smallint NOT NULL DEFAULT 1 8 8 ); 9 9 -
trunk/app/config/sql/postgresql/karamelo.sql
r630 r688 86 86 \i ./reports.sql 87 87 \i ./comments_lessons.sql 88 \i ./annotations.sql
