Skip to content

Commit 754c3d9

Browse files
chore(hackathon): Add migrating ability
1 parent 53351c7 commit 754c3d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@
5757
],
5858
"post-install-cmd": [
5959
"php artisan clear-compiled",
60-
"php artisan optimize"
60+
"php artisan optimize",
61+
"php artisan migrate --force"
6162
],
6263
"pre-update-cmd": [
6364
"php artisan clear-compiled"
6465
],
6566
"post-update-cmd": [
66-
"php artisan optimize"
67+
"php artisan migrate"
6768
]
6869
},
6970
"config": {

0 commit comments

Comments
 (0)