-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create migration scripts to change from akka_
schema prefix to pekko_
prefix
#17
Comments
akka_
prefix to pekko_
prefixakka_
schema prefix to pekko_
prefix
@mdedetrich Is this a blocker? Could it just be release noted? |
@pjfanning I wouldn't say this is a release blocker however it would be ideal to have this here especially after #19 is merged on initial release if it doesn't make too much time. |
The DDL is straightforward. I think most users who migrate from Akka can work it out themselves. Renaming tables can be a little bit different on different databases. Most databases have good documentation on how to rename tables or how to export data and reimport it. |
We could advise them in the migration doc that overriding the keys for backwards compatibility is an option to renaming the tables:
|
full qualified configs:
|
This persistence plugin used to store data in databases with the
akka_
prefix but it has been changed topekko_
. A migration script should be provided to change this prefix for people coming fromakka_
The text was updated successfully, but these errors were encountered: