Skip to content

Conversation

iyoshi-rgb
Copy link

@iyoshi-rgb iyoshi-rgb commented Aug 7, 2025

Closes #1523

The MigrationResult interface only contains migrationName, direction, and status properties, while the error and results properties belong to the MigrationResultSet interface, so the references were corrected:

  • Changed {@link MigrationResult.results} to {@link MigrationResultSet.results}
  • Changed {@link MigrationResult.error} to {@link MigrationResultSet.error}

Copy link

vercel bot commented Aug 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kysely ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 2:53pm

@iyoshi-rgb iyoshi-rgb marked this pull request as ready for review August 7, 2025 14:58
@iyoshi-rgb
Copy link
Author

@igalklebanov

Implementation is complete. As this is my first contribution and I am unsure of the proper procedure, I will let you know via mention.

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.

Documentation for MigrationResult is incorrect or has a typo
1 participant