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

« back to all changes in this revision

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

Fixed a slight issue with the migration and the users.sql files not
actually being able to complete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DO NOT APPLY THIS MIGRATION WITHOUT READING THE FOLLOWING;
 
1
BEGIN;
 
2
--DO NOT APPLY THIS MIGRATION WITHOUT READING THE FOLLOWING;
2
3
-- This migration will delete all problem attempts and saves.
3
4
-- The new database schema links attempts and saves to specific worksheets.
4
5
-- Worksheets are linked to specific offerings.
8
9
-- worksheet to an offering, and link the attempt to a problem identifier.
9
10
-- TODO: Write a script to save the problem attempts somehow.
10
11
 
11
 
BEGIN;
12
12
-- Move the exercises from being stored as flat files, to being stored in
13
13
-- The Database
14
14
-- Drop Old, Unused tables.