-
Notifications
You must be signed in to change notification settings - Fork 189
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
feat(katana-db): db migration from older version #1839
Conversation
kariy
commented
Apr 15, 2024
•
edited
Loading
edited
- add a migration process when initiating katana's db.
- migrate the db schema from older version to the current version that the katana instance supports
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
0f52ea0
to
cb668e4
Compare
@@ -38,6 +38,11 @@ define_schema_enum! { | |||
(StorageChangeSet, TableType::DupSort) | |||
]} | |||
|
|||
// TODO(kariy): maybe add database changelog ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree on that, we may have this changelog in a txt
/md
file into the tables, or are you looking to have this info directly into the code comments?
… again to the tables