DB-Skript Update

This commit is contained in:
root
2025-11-06 19:32:50 +00:00
parent d88edcd6ef
commit fc778da204
10 changed files with 957 additions and 1017 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#!/bin/sh
set -e
echo "🔧 Starte Migration (idempotent)..."
node db/migrate.js
echo "🔧 Überprüfe Datenbankschema..."
node db/ensure.js
echo "✅ Migration abgeschlossen. Starte Anwendung..."
echo "✅ Schema-Abgleich abgeschlossen. Starte Anwendung..."
exec "$@"