Skip to content

Conversation

@jtomaszewski
Copy link

Summary

  • Fix typo in field name delivedToListenersdeliveredToListeners throughout codebase
  • Add database migrations for both MikroORM and TypeORM drivers to rename the column
  • Update all tests to use the corrected field name

Breaking Change

Existing databases require running the new migration to rename the column from delived_to_listeners to delivered_to_listeners.

Files Changed

  • packages/core/src/model/inbox-outbox-transport-event.interface.ts
  • packages/core/src/poller/retryable-inbox-outbox-event.poller.ts
  • packages/core/src/processor/inbox-outbox-event.processor.ts
  • packages/mikroorm-driver/src/model/mikroorm-inbox-outbox-transport-event.model.ts
  • packages/typeorm-driver/src/model/typeorm-inbox-outbox-transport-event.model.ts
  • New migration files for both drivers

Test plan

  • Run existing test suite to verify no regressions
  • Test migration on existing database with old column name

🤖 Generated with Claude Code

Fix typo in field name throughout codebase and add database migrations
to rename the column from delived_to_listeners to delivered_to_listeners.

BREAKING CHANGE: Existing databases require running the new migration
to rename the column.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jtomaszewski jtomaszewski merged commit 50ae06e into main Dec 3, 2025
3 checks passed
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