Skip to content

fix: event based decryption trigger db migration#657

Merged
jannikluhn merged 1 commit intomainfrom
fix/event-based-trigger-db-migration
Dec 3, 2025
Merged

fix: event based decryption trigger db migration#657
jannikluhn merged 1 commit intomainfrom
fix/event-based-trigger-db-migration

Conversation

@jannikluhn
Copy link
Contributor

Closes #645

The new tables for the event based decryption triggering were added to
the schema file instead of to a migration. This works for new
deployments, but not for existing ones. Now the new definitions have
been moved to a migration file, fixing this issue.
@jannikluhn jannikluhn merged commit 79e454c into main Dec 3, 2025
5 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.

Fix event based trigger API migration

2 participants