Às 14:20 de 16-05-2018, Luís Guilherme F escreveu:
> 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
> I use to do DB migrations 'by hand', so that I can keep the full control of data types and structure. My 2cts Com os melhores cumprimentos, Carlos Correia ========================= MEMÓRIA PERSISTENTE GSM: 917 157 146 e-mail: [email protected] URL: http://www.memoriapersistente.pt XMPP (Jabber): [email protected] (NOVO) GnuPG: wwwkeys.eu.pgp.net URL Suporte: https://t5.m16e.com/gps -- 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.
0x16146576.asc
Description: application/pgp-keys

