1

I have this Error when run pipeline on bitbucket

./yii migrate --interactive=0
Yii Migration Tool (based on Yii v2.0.33-dev)
Error: syntax error, unexpected ';'
2020-03-04T05:30:03.930868636Z stdout P Creating migration history table "migration"... 

From where this Error come and how to resolve this

Faizan Khattak
  • 862
  • 8
  • 22

1 Answers1

1

This the version issue in yii2. 2.0.32 is stable and 2.0.33 is not stable. So this issue occure

Faizan Khattak
  • 862
  • 8
  • 22