Archive outdated journal logs and documents. Add Postman Runbook structure and centralize API testing documentation. Update Flyway configuration for ping-service with service-specific schema history.

This commit is contained in:
2026-04-03 21:48:32 +02:00
parent b9ec070993
commit 35f8b46e6c
78 changed files with 291 additions and 260 deletions
@@ -26,6 +26,9 @@ spring:
enabled: true
# Erlaubt die Migration, auch wenn DB nicht leer ist (wichtig für Dev)
baseline-on-migrate: true
baseline-version: "0"
# Verwende eine eigene Historientabelle, da wir in einer geteilten DB arbeiten (Schema "public")
table: flyway_schema_history_ping
# Sucht standardmäßig in classpath:db/migration
security: