refactor(domain): algebraic NotificationKind — invalid states now unrepresentable

This commit is contained in:
2026-05-15 13:53:53 +02:00
parent 189901b778
commit 5a64dd361c
4 changed files with 170 additions and 98 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE notifications RENAME COLUMN "type" TO notification_type;