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

✨ ability to add migrations #267

Merged
merged 4 commits into from
Nov 7, 2023
Merged

✨ ability to add migrations #267

merged 4 commits into from
Nov 7, 2023

Conversation

MatissJanis
Copy link
Member

Ability to create DB migrations in /migrations folder.

Also small code cleanups for the existing "migrations" that we had in place - to move to the new approach.

Closes #236

Comment on lines +21 to +25
const getGocardlessClient = () =>
new GoCardlessClient({
secretId: secretsService.get(SecretName.nordigen_secretId),
secretKey: secretsService.get(SecretName.nordigen_secretKey),
});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small amount of refactors here. Just cleaning up the code by reducing the complexity.

Copy link

@joel-jeremy joel-jeremy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@trafico-bot trafico-bot bot added ✅ Approved Pull Request has been approved and can be merged and removed 🔍 Ready for Review labels Nov 7, 2023
@MatissJanis MatissJanis merged commit 1f79708 into master Nov 7, 2023
8 checks passed
@MatissJanis MatissJanis deleted the matiss/migrations branch November 7, 2023 18:10
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed ✅ Approved Pull Request has been approved and can be merged labels Nov 7, 2023
MMichotte pushed a commit to MMichotte/actual-server that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tech Debt] Ability to run DB migrations
2 participants