PrajapatiRaj / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

Include migrations and config #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As an enhancement, I would like to request to include these two folders into 
the module.
One folder holds the default config of the module, while the other provides a 
database migration to setup the scheme needed for the module with yiic.

A more detailed description about the intention of these files can be found 
here:
http://www.yiiframework.com/forum/index.php?/topic/17591-planning-yii-cms-a-diff
erent-approach/page__view__findpost__p__88582

Having the default config in the source code is very handy and with the 
migrations you're able to setup the db-schema with

protected/yiic migrate \
    --migrationPath=application.modules.user.migrations \
    --migrationTable=tbl_migration_module_user

Original issue reported on code.google.com by schm...@usrbin.de on 10 Jun 2011 at 12:19

Attachments: