~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to userdb/migrations/20090212-01.sql

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
DROP TABLE problem_tag;
18
18
DROP TABLE problem_test_case;
19
19
DROP TABLE problem_prerequisite; 
 
20
TRUNCATE worksheet_problem, worksheet;
20
21
 
21
22
-- Remove References to problemid
22
23
ALTER TABLE problem_attempt DROP CONSTRAINT problem_attempt_problemid_fkey;