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

« back to all changes in this revision

Viewing changes to userdb/users.sql

  • Committer: drtomc
  • Date: 2008-02-03 22:43:33 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:392
Fix another glitch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
);
98
98
 
99
99
CREATE TABLE problem_tag (
100
 
    problemid   INT4 REFERENCES tutorial_problem (problemid),
 
100
    problemid   INT4 REFERENCES problem (problemid),
101
101
    tag         VARCHAR NOT NULL,
102
102
    description VARCHAR,
103
103
    standard    BOOLEAN NOT NULL,