Describe the bug
Clean up job for deleting expired dead letters on sqlite throws exception 'no such column expires'
To Reproduce
Steps to reproduce the behavior:
- use Wolverine.Sqlite
- Configure Wolverine:
options.PersistMessagesWithSqlite(...);
options.Durability.DeadLetterQueueExpirationEnabled = true;
Expected behavior
Deleting expired dead letters works without exception. Any migration to the table should be handled automatically if the option is enabled after initial database creation. Although the problem persists if I use a fresh database.
Describe the bug
Clean up job for deleting expired dead letters on sqlite throws exception 'no such column expires'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Deleting expired dead letters works without exception. Any migration to the table should be handled automatically if the option is enabled after initial database creation. Although the problem persists if I use a fresh database.