Summary
We should provide a value for sic_updated_timestamp for existing rows in the cusi_case table
Background & Technical notes
- Rows in cusi_case which have not been created or updated since T415054: Set a value for sic_updated_timestamp when creating or updating cases have no value for sic_updated_timestamp set
- We should make a maintenance script to populate this column which is run in update.php
- This maintenance script should set sic_updated_timestamp as the value of sic_created_timestamp, but skip the row if sic_updated_timestamp already has a value
- We should make a maintenance script to populate this column which is run in update.php
Acceptance criteria
- sic_updated_timestamp has a value set for all rows in cusi_case