Weiter gebaut
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled

This commit is contained in:
2026-04-25 16:56:35 +02:00
parent e4b762f905
commit 4f2048bdc8
242 changed files with 14108 additions and 1770 deletions

View File

@@ -0,0 +1,8 @@
-- Baseline marker für Flyway.
-- Diese Migration wird auf bestehenden Datenbanken nicht ausgeführt
-- (spring.flyway.baseline-on-migrate=true markiert sie als bereits angewendet).
-- Für neue Datenbanken: Schema wird von Hibernate (ddl-auto=update) angelegt,
-- da kein vollständiges CREATE-Skript vorhanden ist.
-- Sobald das Schema stabil ist, diesen Inhalt durch ein vollständiges
-- mysqldump --no-data xxx_sphere > V1__baseline.sql ersetzen
-- und ddl-auto auf validate umstellen.