webman迁移
This commit is contained in:
@@ -10,11 +10,11 @@ return [
|
||||
'migrate' => [
|
||||
'run' => [
|
||||
'cwd' => '',
|
||||
'command' => 'php webman migrate:run',
|
||||
'command' => 'php vendor/bin/phinx migrate',
|
||||
'notes' => 'Start the database migration'
|
||||
],
|
||||
'rollback' => 'php webman migrate:rollback',
|
||||
'breakpoint' => 'php webman migrate:breakpoint',
|
||||
'rollback' => ['cwd' => '', 'command' => 'php vendor/bin/phinx rollback'],
|
||||
'breakpoint' => ['cwd' => '', 'command' => 'php vendor/bin/phinx breakpoint'],
|
||||
],
|
||||
'install' => [
|
||||
'cnpm' => 'npm install cnpm -g --registry=https://registry.npmmirror.com',
|
||||
|
||||
Reference in New Issue
Block a user