Re: [web2py] Migration fails when dropping a column on Postgresql

2017-06-05 Thread Doug Taylor
This is becoming a show-stopper for me now as I cannot ADD fields to an exiting table either. I'm pretty sure adding fields worked before when I was running on Windows. Made the transition to Linux on my office desktop recently and that was when I first encountered the problem. Adding the field

Re: [web2py] Migration fails when dropping a column on Postgresql

2017-05-31 Thread Doug Taylor
om some flaw. To my knowledge it mostly > intent to be used with legacy database schema that can be alter so you can > specify different field/table name in the database and the model to improve > code readability for instance or other specific purposes that would require > having a diff

[web2py] Re: Migration fails when dropping a column on Postgresql

2017-05-31 Thread Doug Taylor
Wednesday, May 31, 2017 at 11:48:24 AM UTC-4, Doug Taylor wrote: >> >> Hi I'm a relative noob to web2py and python - but plenty of dev >> experience. Must say it has been a smooth learning curve for me and most >> stuff just works out the box... thanks Massimo! &g

[web2py] Migration fails when dropping a column on Postgresql

2017-05-31 Thread Doug Taylor
Hi I'm a relative noob to web2py and python - but plenty of dev experience. Must say it has been a smooth learning curve for me and most stuff just works out the box... thanks Massimo! Pretty sure I found a bug here though. Running on ubuntu Xenial, postgresql 9.6 with psycopg2. I have a table