You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction [1], email/sms templates will be stored in dedicated tables (instead of registry). Thus its required to create following three tables as a prerequisite to onboard this new capability.
Refer [2] & [3] on adding above tables to default db scripts.
Also, when migrating from an old version (7.0.0 or lower), its better to migrate existing email/sms templates from registry to database for better performance.
darshanasbg
changed the title
[Migration] Add tables related to notification templates
[Migration] Add tables related to notification templates & migrate data from registry
Jul 19, 2024
With the introduction [1], email/sms templates will be stored in dedicated tables (instead of registry). Thus its required to create following three tables as a prerequisite to onboard this new capability.
IDN_NOTIFICATION_TYPE
IDN_NOTIFICATION_ORG_TEMPLATE
IDN_NOTIFICATION_APP_TEMPLATE
Refer [2] & [3] on adding above tables to default db scripts.
Also, when migrating from an old version (7.0.0 or lower), its better to migrate existing email/sms templates from registry to database for better performance.
The text was updated successfully, but these errors were encountered: