So now we run the post.py script and receive this error:
 python post.py -d terp -r postgres
Traceback (most recent call last):
  File "post.py", line 114, in <module>
    cr.execute("alter table account_account drop active")
psycopg.ProgrammingError: ERROR:  cannot drop table account_account column 
active because other objects depend on it
HINT:  Use DROP ... CASCADE to drop the dependent objects too.

alter table account_account drop active

Again, off to investigate...





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to