Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Migration] Add tables related to notification templates & migrate data from registry #20420

Open
darshanasbg opened this issue May 20, 2024 · 0 comments

Comments

@darshanasbg
Copy link
Contributor

darshanasbg commented May 20, 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.

@darshanasbg 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
@darshanasbg darshanasbg self-assigned this Jul 19, 2024
@nilasini nilasini moved this to In Progress in Identity Server 7.1.0 Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants