[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
'ios,swift' 카테고리의 다른 글
[ios]cannot find 'color' in scope 해결방법 (0) | 2022.09.02 |
---|---|
[iOS] "message":"(#100) You must provide an app access token, or a user access token that is an owner or developer of the app 해결방법 (0) | 2022.08.08 |
[iOS]권한설정 화면으로 이동시키기 (0) | 2022.05.20 |
[ios]Unable to authenticate with App Store Connect issue 해결방법 (0) | 2022.05.16 |
[ios]dictionary literal contains duplicate keys 해결방법 (0) | 2022.04.19 |