Create a new CSMHExtended table to hold our new data

This is a clone (copy) of CSMH's declaration and methods with an added
id of UnsignedBigInAutoField

We should be able to delete the save_history code, but needs testing.

Add error logging when capa failures happen

Put StudentModuleHistory into its own database

Bump out the primary key on CSMHE

This gives us a gap to backfill as needed.
Since the new table's pk is an unsigned bigint, even for people who don't
consolidate CSMH into CSMHE, the lost rows are unlikely to matter.

Remove StudentModuleHistory cleaner
This commit is contained in:
Calen Pennington
2015-09-16 12:02:11 -04:00
committed by Kevin Falcone
parent e0407893ff
commit dd90c55602
26 changed files with 413 additions and 824 deletions

File diff suppressed because one or more lines are too long