bizley / yii2-podium

Yii 2 forum module project
Apache License 2.0
168 stars 59 forks source link

migrate up/down #112

Open davidnewcomb opened 7 years ago

davidnewcomb commented 7 years ago

There's no denying that a pretty database management page is a great thing but there's often no substitute for console installations.

Lots of Yii2 modules allow you to update and down-date database changes using the following pattern:

php yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations

It'd be nice if Podium could do something a bit more backend'y. It would certainly help with mass deployments!