wip
This commit is contained in:
@ -4,10 +4,6 @@ enum SchemaV2: VersionedSchema {
|
||||
static var versionIdentifier: Schema.Version = .init(1, 0, 1)
|
||||
|
||||
static var models: [any PersistentModel.Type] = [
|
||||
Exercise.self,
|
||||
ExerciseType.self,
|
||||
Muscle.self,
|
||||
MuscleGroup.self,
|
||||
Split.self,
|
||||
SplitExerciseAssignment.self,
|
||||
Workout.self,
|
||||
|
Reference in New Issue
Block a user