MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

Cross refs migraton to ForeignKey #65

Closed MartinKoleff closed 2 months ago

MartinKoleff commented 2 months ago

ForeignKey automatically wires all entities and onDelete there is cascade mode enabled. In my DB there is no many to many relations to use cross ref additional DB. Even WorkoutDetails-Exercise is one to many.