form.upgrade ============ .. py:module:: form.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:: form.upgrade.enable_external_form_submissions form.upgrade.set_payment_method_for_existing_forms form.upgrade.migrate_form_submission_files_to_onegov_file form.upgrade.add_payment_method_to_definitions_and_submissions form.upgrade.add_meta_directory_to_submissions form.upgrade.add_group_order_to_form_definitions form.upgrade.add_registration_window_columns form.upgrade.make_form_polymorphic_type_non_nullable form.upgrade.add_title_to_submission_windows form.upgrade.remove_no_overlapping_submission_windows_constraint form.upgrade.remove_state_from_survey_submissions Module Contents --------------- .. py:function:: enable_external_form_submissions(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: set_payment_method_for_existing_forms(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: migrate_form_submission_files_to_onegov_file(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_payment_method_to_definitions_and_submissions(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_meta_directory_to_submissions(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_group_order_to_form_definitions(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_registration_window_columns(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: make_form_polymorphic_type_non_nullable(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: add_title_to_submission_windows(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: remove_no_overlapping_submission_windows_constraint(context: onegov.core.upgrade.UpgradeContext) -> None .. py:function:: remove_state_from_survey_submissions(context: onegov.core.upgrade.UpgradeContext) -> None