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

« back to all changes in this revision

Viewing changes to userdb/migrations/20080721-04.sql

  • Committer: matt.giuca
  • Date: 2009-01-18 22:58:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:branches%2Fstorm:1165
setup.install: Fixed an exception when running install if you're not using
    a Subversion workspace (when generating ivle-revision.txt, now it just
    prints rNone as the revision number rather than giving up).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ALTER TABLE offering ADD COLUMN groups_student_permissions  VARCHAR NOT NULL
 
2
    CHECK (groups_student_permissions in ('none', 'invite',
 
3
                                          'create'))
 
4
    DEFAULT 'none';