PrajapatiRaj / yii-user

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

r127 mysql lastuser column misnamed #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. trying to login, using mysql database (and no sqlite). The mysql has the 
field named to lastuser while sqlite has the field lastuser_at. 
2.I renamed the field in mysql to lastuser_at and then everything worked ok.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by hume.mat...@gmail.com on 26 Aug 2011 at 9:06

GoogleCodeExporter commented 8 years ago
Apply migration m110810_162301_userTimestampFix (r129 or later)
yiic migrate --migrationPath=application.modules.user.migrations 

Original comment by mish...@gmail.com on 26 Aug 2011 at 10:51