add corpse treatment stuff to production site
Posted by sarneil on 02 Dec 2014 in Activity Log
In dev instance:
Modified
- import/classes/Importer.php (importOutcomes function)
- includes/classes/Search/Single.php (to include corpse_treatment fields)
- includes/ajax/record.php (to display corpse_treatment fields)
Added two fields to the outcomes table to accommodate corpse_treatment info
Truncated all the tables that are populated from the data (crimes, criminals, trial_files, trials, outcomes, respites, mercy_appeals) and reset auto-incrementer on each to 1
Uploaded small test data file.
Once that was working, made same changes to production instance, except I uploaded all the data files into the production site rather than just one little test file.