fsi.upgrade =========== .. py:module:: fsi.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:: fsi.upgrade.remove_department_column fsi.upgrade.fix_wrong_json_type fsi.upgrade.delete_attendee_title fsi.upgrade.add_attendee_permissions_col fsi.upgrade.make_notification_text_null fsi.upgrade.add_last_sent_to_notifaction_templates fsi.upgrade.remove_reservation_email_ts fsi.upgrade.make_notification_subject_null fsi.upgrade.nullable_event_presenter_email fsi.upgrade.remove_course_event_uc fsi.upgrade.add_event_property_locked fsi.upgrade.add_hidden_from_public_in_course fsi.upgrade.add_source_id_to_attendee fsi.upgrade.change_refresh_interval fsi.upgrade.add_org_to_external_attendee fsi.upgrade.append_org_to_external_attendee fsi.upgrade.add_active_property_to_attendees fsi.upgrade.add_evaluation_url_to_course Module Contents --------------- .. py:function:: remove_department_column(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: fix_wrong_json_type(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: delete_attendee_title(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_attendee_permissions_col(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: make_notification_text_null(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_last_sent_to_notifaction_templates(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: remove_reservation_email_ts(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: make_notification_subject_null(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: nullable_event_presenter_email(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: remove_course_event_uc(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_event_property_locked(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_hidden_from_public_in_course(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_source_id_to_attendee(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: change_refresh_interval(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_org_to_external_attendee(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: append_org_to_external_attendee(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_active_property_to_attendees(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_evaluation_url_to_course(context: onegov.core.upgrade.UpgradeContext) -> None