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

Migrations: Add #82

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Migrations: Add #82

merged 2 commits into from
Oct 10, 2023

Conversation

Johni0702
Copy link
Contributor

See the docs on the new migrations field for details.

So the Java people don't have to return Unit everywhere.
Also gives us the option to add further methods to `Migration`s in the future if
necessary.

Does have the downside of requiring Kotlin people to add an explicit `Migration`
before the lambda for SAM conversion. But since each lambda will usually be on
its own line anyway (unlike in the tests), that doesn't seem too bad.
@Johni0702 Johni0702 merged commit 10c424e into master Oct 10, 2023
1 check passed
@Johni0702 Johni0702 deleted the feature/migrations branch October 10, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants