Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 20, 2023
1 parent 5b67041 commit 68a9152
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/yii-db-migration.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

@setlocal

set YII_PATH=%~dp0

if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe

"%PHP_COMMAND%" "%YII_PATH%yii-db-migration" %*
"%PHP_COMMAND%" "%~dp0yii-db-migration" %*

@endlocal

0 comments on commit 68a9152

Please sign in to comment.