wip
This commit is contained in:
10
Workouts Watch App/Schema/SchemaVersion.swift
Normal file
10
Workouts Watch App/Schema/SchemaVersion.swift
Normal file
@ -0,0 +1,10 @@
|
||||
import SwiftData
|
||||
|
||||
enum SchemaVersion {
|
||||
static var models: [any PersistentModel.Type] = [
|
||||
// Split.self,
|
||||
// Exercise.self,
|
||||
Workout.self,
|
||||
WorkoutLog.self
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user