news::install::after_upgrade (private)

 news::install::after_upgrade [ -from_version_name from_version_name ] \
    [ -to_version_name to_version_name ]

Defined in packages/news/tcl/news-apm-callback-procs.tcl

Upgrade procedures

Switches:
-from_version_name
(optional)
-to_version_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 apm_upgrade_logic apm_upgrade_logic (public) news::install::create_news_item_impl news::install::create_news_item_impl (private) news::install::create_news_item_type news::install::create_news_item_type (private) news::install::enable_intervals_and_methods news::install::enable_intervals_and_methods (private) news::install::register_notifications news::install::register_notifications (private) news::install::after_upgrade news::install::after_upgrade news::install::after_upgrade->apm_upgrade_logic news::install::after_upgrade->news::install::create_news_item_impl news::install::after_upgrade->news::install::create_news_item_type news::install::after_upgrade->news::install::enable_intervals_and_methods news::install::after_upgrade->news::install::register_notifications

Testcases:
No testcase defined.
Source code:
    apm_upgrade_logic  -from_version_name $from_version_name  -to_version_name $to_version_name  -spec {
        5.1.0d1 5.1.0b1 {
                news::install::register_rss
                news::install::register_notifications
        }
        5.2.0d3 5.2.0d4 {

            }
        5.2.0d4 5.2.0d5 {

               # Create the impl and aliases for a news item
            set impl_id [::news::install::create_news_item_impl]

            # Create the notification type for a news item
                set type_id [::news::install::create_news_item_type $impl_id]

                # Enable the delivery intervals and delivery methods for a news item
                ::news::install::enable_intervals_and_methods $type_id
        }
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/news/tcl/news-apm-callback-procs.xql

[ hide source ]
Show another procedure: