mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
set all existing rows to have a version of 1 (also copy across values to populate the new provider_details_history table in the upgrade script) in dao_update_provider_details bump the provider_details.version by 1 and then duplicate into the history table as a new row (done manually as opposed to the decorator used in template_history since this is only edited in this one place and the decorator is icky)
Generic single-database configuration.