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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-02-23 23:06:45 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: chadnickbok@gmail.com-20090223230645-yam30bupsu0xj8dy
Modified the database layer so that exercises have a get_permissions
object.

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';