Skip to content

Commit e194847

Browse files
committed
Comment out migrations and update queries.
1 parent 8b8cee2 commit e194847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
'artisan:app:deploy-files', // Custom app deployment files
8989

9090
// Phase 4: Database & Updates
91-
'artisan:migrate', // Run database migrations
92-
'artisan:app:update-queries', // Run custom database updates
91+
//'artisan:migrate', // Run database migrations
92+
//'artisan:app:update-queries', // Run custom database updates
9393

9494
// Phase 5: Cache Optimization
9595
'artisan:optimize:clear', // Clear all Laravel caches

0 commit comments

Comments
 (0)