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

feat(db): #57 Add DB migration module #72

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

rlemaitre
Copy link
Member

@rlemaitre rlemaitre commented Mar 2, 2024

Describe the changes

Adds a new db-migration module which allows maintaining database schema up to date with application code.
It uses Dumbo

Related issues

Closes #57

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@rlemaitre rlemaitre added the enhancement New feature or request label Mar 2, 2024
@rlemaitre rlemaitre merged commit 7084a6b into main Mar 2, 2024
3 checks passed
@rlemaitre rlemaitre deleted the rlemaitre/feat/57-add-db-migration-module branch March 2, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add db migration module
1 participant