Skip to content

Commit 465aa92

Browse files
committed
Disable migrations
1 parent f4f89aa commit 465aa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262

6363
// Migrate database before symlink new release.
6464

65-
before('deploy:symlink', 'database:migrate');
65+
//before('deploy:symlink', 'database:migrate');
6666

0 commit comments

Comments
 (0)