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

« back to all changes in this revision

Viewing changes to userdb/users.sql

  • Committer: Matt Giuca
  • Date: 2009-04-23 04:42:47 UTC
  • Revision ID: matt.giuca@gmail.com-20090423044247-cia5ssbsl6g6k02z
ivle-buildjail: Added option --python-site-packages, which allows the user to
    override the install path INSIDE the jail.
    (Necessary if your in-jail path is different from your out-jail path).

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
CREATE TABLE project_set (
57
57
    projectsetid  SERIAL PRIMARY KEY NOT NULL,
58
58
    offeringid    INTEGER REFERENCES offering (offeringid) NOT NULL,
59
 
    max_students_per_group  INTEGER NOT NULL DEFAULT 4
 
59
    max_students_per_group  INTEGER
60
60
);
61
61
 
62
62
CREATE TABLE project (