feat: implement iTunes API for release year detection and bulk refresh
This commit is contained in:
@@ -7,10 +7,7 @@ echo "Starting deployment..."
|
||||
echo "Running database migrations..."
|
||||
npx prisma migrate deploy
|
||||
|
||||
# Run release year migration (only if not already done)
|
||||
# Run release year migration (idempotent, skips if all done)
|
||||
echo "Running release year migration check..."
|
||||
node scripts/migrate-release-years.mjs
|
||||
|
||||
|
||||
# Start the application
|
||||
echo "Starting application..."
|
||||
|
||||
Reference in New Issue
Block a user