mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Resolve migrations
This commit is contained in:
9
apps/edr-passenger-api/scripts/resolve-migrations.sh
Normal file
9
apps/edr-passenger-api/scripts/resolve-migrations.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "🔍 Checking for failed migrations..."
|
||||
|
||||
# Mark the specific failed migration as applied
|
||||
npx prisma migrate resolve --applied "20240101000000_individual_tickets_no_timezone" || true
|
||||
|
||||
echo "✅ Migration resolution complete"
|
||||
Reference in New Issue
Block a user