Skip to content

Commit aebbaf7

Browse files
committed
数据迁移
1 parent de27846 commit aebbaf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Console/ApiCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ protected function publishConfig()
2424
$this->call('vendor:publish', [
2525
'--provider' => 'Jason\Api\ApiServiceProvider',
2626
]);
27+
28+
$this->call('migrate');
2729
}
2830

2931
protected function initDirectory()

0 commit comments

Comments
 (0)