...
Update the database structure.
Hunt down the required table alter/create statements from Jira or posting on engineering channel.
Update https://github.com/sunwavehealth/devops/blob/develop/database/docker/3_wack-o-mole.sql file.
Run Integration Tests.
Run all tests:
mvn integration-test -Dsunwave.health.emr.password=Rush__2112 -DskipITs=false
Run individual tests:
mvn integration-test -Dsunwave.health.emr.password=Rush__2112 -DskipITs=false -D it.test=com.sunwave.rest.AccountTimelineIT.java
...