# redmine_event_outbox 0.0.1 Known-Good Archive Archive: ```text dist/redmine_event_outbox-0.0.1-known-good-20260421T143957Z.tar.gz ``` SHA256: ```text e7f31491554cbcf87fdb49ea92ecccc24265952616e661ff6a45cc9b8c172dbc ``` Contents: ```text redmine_event_outbox/ redmine_event_outbox/README.md redmine_event_outbox/app/models/event_outbox_event.rb redmine_event_outbox/db/migrate/001_create_event_outbox_events.rb redmine_event_outbox/init.rb redmine_event_outbox/lib/redmine_event_outbox.rb redmine_event_outbox/lib/redmine_event_outbox/event.rb redmine_event_outbox/lib/redmine_event_outbox/hooks/issues_hook.rb redmine_event_outbox/lib/redmine_event_outbox/patches/contact_patch.rb redmine_event_outbox/lib/redmine_event_outbox/patches/journal_patch.rb redmine_event_outbox/lib/tasks/redmine_event_outbox.rake ``` Tested on LAN Redmine copy: - Migrated successfully. - Passenger restart via `touch tmp/restart.txt`. - Verified `issue.created`. - Verified `issue.updated`. - Verified `journal.created`. - Verified `contact.created`. - Verified `contact.updated`. - Verified `redmine_event_outbox:dump`. Test artifacts left on LAN copy for traceability: - Issue `#39858` in project `Meetings`. - Contact `#4337` in project `Email Test`. - Six outbox rows in `event_outbox_events`.