This commit is contained in:
2025-07-22 20:55:04 -04:00
parent d2b8625f2e
commit 310c120ca3
2 changed files with 37 additions and 37 deletions

View File

@ -2,8 +2,8 @@ import SwiftData
enum SchemaVersion {
static var models: [any PersistentModel.Type] = [
Split.self,
Exercise.self,
// Split.self,
// Exercise.self,
Workout.self,
WorkoutLog.self
]