Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jan 7, 2025
1 parent 6284fdd commit 6a9564a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import androidx.room.Room
import androidx.room.RoomDatabase

@Database(
entities = [
AppEntity::class
],
entities = [AppEntity::class],
version = AppDatabase.DATABASE_VERSION,
exportSchema = false
)
Expand Down

0 comments on commit 6a9564a

Please sign in to comment.