Timeline: TimelineEvent entity + Flyway migration (#774) #816

Merged
marcel merged 11 commits from feat/issue-774-timeline-event-entity into main 2026-06-13 09:30:33 +02:00
Showing only changes of commit 3a7c86fc87 - Show all commits

View File

@@ -122,7 +122,8 @@ class ArchitectureTest {
.that().areAnnotatedWith(Entity.class)
.should().resideInAnyPackage(
"..document..", "..person..", "..tag..", "..user..",
"..geschichte..", "..notification..", "..ocr..", "..audit.."
"..geschichte..", "..notification..", "..ocr..", "..audit..",
"..timeline.."
);
// TODO Rule 5: Controllers expose endpoints under their domain prefix