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

« back to all changes in this revision

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

Fixed an omission in XHTMLRESTView in which a template which had not
yet been loaded was being rendered.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
BEGIN;
2
2
 
3
 
ALTER TABLE project_set ALTER COLUMN max_students_per_group DROP NOT NULL;
4
 
ALTER TABLE project_set ALTER COLUMN max_students_per_group DROP DEFAULT;
5
 
 
6
3
ALTER TABLE project ALTER COLUMN synopsis TYPE TEXT;
7
4
ALTER TABLE project ALTER COLUMN url TYPE TEXT;
8
5
ALTER TABLE project ADD COLUMN short_name TEXT NOT NULL;