On Tue, Oct 5, 2010 at 5:38 AM, Johann Spies <[email protected]> wrote: > Thanks for this one. I had no success with the mysql script and so > far more success with this one. I see it creates definitions like > this one: > > Field('journal_id', type='reference journal'), > > about which web2py complains. > > I suppose I have to clean that up by hand. >
Yes, there are some known issues now: * you have to order table definitions correctly to prevent references to undefined tables * you cannot mix normal tables (with id field) and keyed tables (with primarykey) Regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com

