Automatic migrations in Yii after git pull
August 1, 2012

Git Hooks in Yii

I have been using Git and Yii Framework for a long time. I develop projects mostly in a team. So I have to use the migrations (changes in the database's structure). I am interested in how I can automate the usage of automatic migrations.

Development yii git git hooks