migration1 [Android] Room DB 마이그레이션에 대해 오늘은 Room DB의 마이그레이션에 대해 알아보자! 내가 실제로 간단한 메모앱을 만들면서 경험해 본 사례인데, 단순히 entity만 수정하여 빌드하고 앱을 업데이트하게 된다면? Looks like you've changed schema but forgot to update the version number. You can simply fix this by increasing the version number. 이러한 오류와 함께 앱이 종료되는 경우를 많이 보게 된다. 에러 로그만 잘 봐준다면 쉽게 해결할 수 있다! 1. 데이터베이스 버전 올리기 Database 파일의 Database Version을 올려주자 @Database( entities = [MemoEntity::class], version = .. 2023. 12. 4. 이전 1 다음