Problem trying to add a column when Postgres is the database

When I add the column in DAL with fake_migrate or fake_migrate_all, nothing 
happens on Postgres side.  I just get "column does not exist" from web2py 
error.

I then add the column from within Postgres itself which makes error go away 
but the column never appears in web2py

Web2py sql.log below shows that DAL seems to be deleting the column when it 
should be adding it.

ALTER TABLE SkillPersonIntersection DROP COLUMN 
response_time_expectation_in_days;
success!
success!
success!
success!
success!

Does any one have a sure-fire way of make a change in DAL appear on the 
physical Postgres table and have the column also appear within web2py?

thanks,

Alex Glaros

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to