Skip to content

Commit 8bbda37

Browse files
committed
Migrate the dev DB when created
1 parent 3b2aa37 commit 8bbda37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NativeServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ public function rewriteDatabase()
110110

111111
if (! file_exists($databasePath)) {
112112
touch($databasePath);
113+
114+
Artisan::call('native:migrate');
113115
}
114116
}
115117

0 commit comments

Comments
 (0)