coolify/database
Andras Bacsai 07cd389eb9 fix: add idempotency guards to 18 migrations to prevent upgrade failures
When any migration fails due to table/column already existing, PostgreSQL rolls back
the entire batch and blocks all subsequent migrations. Add Schema::hasTable() and
Schema::hasColumn() guards to all problem migrations for safe re-execution.

Fixes #7606 #7625

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-15 11:23:04 +01:00
..
factories refactor(dashboard): remove deployment loading logic and introduce DeploymentsIndicator component for better UI management 2025-09-30 11:43:30 +02:00
migrations fix: add idempotency guards to 18 migrations to prevent upgrade failures 2025-12-15 11:23:04 +01:00
seeders feat: Add deterministic UUIDs to development seeders 2025-12-11 09:54:27 +01:00
.gitignore init of v4 🌮 2023-03-17 15:33:48 +01:00