error in migration....?

Subscribe to error in migration....? 2 post(s), 2 voice(s)

 
Bulf3qduqr3ldeabildkbg Mohammad Ali 6 post(s)

After cloning from git public url, when I execute

rake db:migrate

The migration fails at version 157, the error specifically shown is:

157 SpecialUsersForStaffing: migrating ===================================
—users()
rake aborted!
undefined method `users’ for #<activerecord::connectionadapters::mysqladapter:0x67ee284>

(See full trace by running task with—trace)

I am using MySQL 5.1.18 on windows environment.
Does #<activerecord::connectionadapters::mysqladapter:0x67ee284> signify some MySQL version related issue ?

 
Cbttkkpdir2o7yaaep0qfc Vitalie Lazu Administrator 513 post(s)

I fixed migration in this commit

git-pull and try again to migrate.