Hello,
I had a table with two fields. My app was fine.
Then I added two more but web2py/appadmin doesn't show them.
I used mysql tools to change it.
Then I corrected my models/db.py, and ONLY then I ran appadmin.
I've tried migrate=False (and True) and fake_migrate=True.
Original table:
db.define_table('mercado',
Field('cod_m', type='integer'),
Field('nome', type='string')
migrate=False)
Now:
db.define_table('mercado',
Field('cod_m', type='integer'),
Field('nome', type='string'),
Field('regiao', type='integer'),
Field('tipo', type='integer'),
fake_migrate=True)
Best regards,
Luís
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.