ios,swift2022. 5. 25. 15:06

[android] Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number 해결방법

 

@Database(entities = {YourEntity.class}, version = 1)

migration까지 다 했는데 안된다면...

version을 migration버젼까지 올려주면 적용된다. 

 

[참조] https://randomtip.tistory.com/57

 

Room에서 데이터 무결성을 확인할 수 없습니다.

Room에서 데이터 무결성을 확인할 수 없습니다. Room Database로 프로그램을 실행하는 동안이 오류가 발생합니다. Room cannot verify the data integrity. Looks like you've changed schema but forgot to updat..

randomtip.tistory.com

 

Posted by thdeodls85