ticket.upgrade ============== .. py:module:: ticket.upgrade .. autoapi-nested-parse:: Contains upgrade tasks that are executed when the application is being upgraded on the server. See :class:`onegov.core.upgrade.upgrade_task`. Functions --------- .. autoapisummary:: ticket.upgrade.add_handler_id_to_ticket ticket.upgrade.add_snapshot_json_column_to_ticket ticket.upgrade.add_subtitle_to_ticket ticket.upgrade.add_process_time_to_ticket ticket.upgrade.add_muted_state_to_ticket ticket.upgrade.add_archived_flag_to_ticket ticket.upgrade.add_archived_state_to_ticket ticket.upgrade.add_closed_on_column_to_ticket Module Contents --------------- .. py:function:: add_handler_id_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_snapshot_json_column_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_subtitle_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_process_time_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_muted_state_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_archived_flag_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_archived_state_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_closed_on_column_to_ticket(context: onegov.core.upgrade.UpgradeContext) -> None