[web2py] Re: MySQL, migration, and lower()

2011-04-22 Thread robe...@captivation.com
Thank you for your tips - I'll work with those to find a cleaner workaround for myself. I do wish that a workaround wasn't needed at all, since my table definition was and is correct and matched the database exactly. Cheers, :R On Apr 20, 9:47 pm, drayco wrote: > It's work for me > > On 20 abr

[web2py] Re: MySQL, migration, and lower()

2011-04-20 Thread drayco
It's work for me On 20 abr, 23:46, drayco wrote: > 1.- Put in your model in every table fake_migrate=True > 2.- Remove your *name_of_your_table.table > 3.- Run web2py and go to admin application database > 4.- Remove fake_migrate > > Your rebuild your  *name_of_your_table.table > > On 20 abr, 14:

[web2py] Re: MySQL, migration, and lower()

2011-04-20 Thread drayco
1.- Put in your model in every table fake_migrate=True 2.- Remove your *name_of_your_table.table 3.- Run web2py and go to admin application database 4.- Remove fake_migrate Your rebuild your *name_of_your_table.table On 20 abr, 14:15, Praneeth Bodduluri wrote: > 1) If you have no other schema c