Automatic migrations in Yii after git pull
1 серпня 2012 р.
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