Modified the database so that exercises are now stored in the database, rather
than in flat files.
This also necessitated adding new tables and storm classes for test suites
and test cases.
Note that this commit merely changes the database and adds a script to
upload exercises. The code for actually reading exercises has yet
to be changed.