문제

I need to maintain a symfony 1.4 app , the app uses doctrine (1.2 I guess). The problem is that people modified the databse without using doctrine. To fix this i tried to update the doctrine models this way:

symfony doctrine:build-schema
symfony doctrine:build-model

Both does not show any errors but when I access the website everything fails due to db problems.

I got errors like 'unknown aliases'

도움이 되었습니까?

해결책

following sriniwas advice everything went well , i guess ORM are not meant to do everything :(

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top