I have the same problem. Fake migrate didn't work. Tried deleting table in 
"databases" folder, stopped and started PostGres and w2p servers, etc.

Any ideas I can try?

db = DAL('postgres://postgres:myPasswrod@localhost:5432/postgres', migrate=
False,fake_migrate=True )

*ProgrammingError: column relationshiptype.relationship_type_name does not 
exist*


    Traceback (most recent call last):
  File "C:\alex\alt_web2py\applications\ES1\controllers/appadmin.py", line 227, 
in select
    limitby=(start, stop))
  File "C:\alex\alt_web2py\gluon\packages\dal\pydal\objects.py", line 2025, in 
select
    return adapter.select(self.query,fields,attributes)
  File "C:\alex\alt_web2py\gluon\packages\dal\pydal\adapters\base.py", line 
1293, in select
    return self._select_aux(sql,fields,attributes)
  File "C:\alex\alt_web2py\gluon\packages\dal\pydal\adapters\base.py", line 
1250, in _select_aux
    self.execute(sql)
  File "C:\alex\alt_web2py\gluon\packages\dal\pydal\adapters\postgres.py", line 
360, in execute
    return BaseAdapter.execute(self, *a, **b)
  File "C:\alex\alt_web2py\gluon\packages\dal\pydal\adapters\base.py", line 
1385, in execute
    return self.log_execute(*a, **b)
  File "C:\alex\alt_web2py\gluon\packages\dal\pydal\adapters\base.py", line 
1379, in log_execute
    ret = self.get_cursor().execute(command, *a[1:], **b)
ProgrammingError: column relationshiptype.relationship_type_name does not exist
LINE 1: SELECT  RelationshipType.id, RelationshipType.relationship_t...


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