Made what should (hopefully) be the last changes to the database schema.
Worksheet_Exercise now has a SERIAL primary key, to deal with a limitation in Storm References. Exercise Saves and Attempts now link to a specific WorksheetExercise, which links a specific worksheet to an exercise.
This new system should allow us to easily extend it to be version-controlled in future.