Re: [web2py] Re: Migrations Problem: two fields added, two not added

2013-05-09 Thread Manuele Pesenti
Hi! I got quite the same problem with postgresql. I tried to add a field to an already defined table but I fot this error: ProgrammingError: ERRORE: la colonna plugin_lookout_fields.table_meta_data non esiste LINE 1: ...s.field_comment, plugin_lookout_fields.is_active, plugin_loo... (it says tha

[web2py] Re: Migrations Problem: two fields added, two not added

2011-04-08 Thread Lennon
Editing DAL() like that gets me this error: Traceback (most recent call last): File "C:\Users\Lennon\workspace\web2py_source\gluon\restricted.py", line 188, in restricted exec ccode in environment File "C:/Users/Lennon/workspace/web2py_source/applications/sos_test/ models/a_db.py", line 55

[web2py] Re: Migrations Problem: two fields added, two not added

2011-04-08 Thread Massimo Di Pierro
1) get trunk 2) comment the missing fields 3) run with DAL(...,fake_migrate_all=True) 4) visit appadmin 5) uncomment the missing fields 6) remove fake_migrate_all=True from DAL(...) 7) visit appadmin did it fix it? On Apr 8, 2:21 pm, Lennon wrote: > I added the follow fields to my table: > > F