Drysql is trying to look for a table called addres and a table called students_join_addres. I do not have any table like that. I used to have a table called Address, but I renamed it to Adresses and the join table to students_join_addresses. I do not have any class named addres, Why is Drysql looking for addres then?
I am using Postgres 8 on winXP.
|