Displaying 1 result from an estimated 1 matches for "z7imelr6kqnwid1dqttt".
2010 Jan 25
0
has_many, :finder_sql, setting attributes
...moving users 1237 and 1238 from team 1:
Mysql::Error: Unknown column ''team_id'' in ''where clause'': UPDATE `users`
SET team_id = NULL WHERE (team_id = 1 AND user_id IN (1237,1238))
When adding user 1242 to team 1:
UPDATE `users` SET `perishable_token` = ''z7imelr6kqnwiD1dQtTt'' WHERE
`user_id` = 1242
(which is even more crazy... maybe something else is going on there...)
Clearly that approach is not going to work without some changes.....
Note that everything worked fine when I didn''t include any mention of
program in UserTeam, and it was just a si...