wip
This commit is contained in:
11
Workouts/Schema/WorkoutsMigrationPlan.swift
Normal file
11
Workouts/Schema/WorkoutsMigrationPlan.swift
Normal file
@ -0,0 +1,11 @@
|
||||
import SwiftData
|
||||
|
||||
struct WorkoutsMigrationPlan: SchemaMigrationPlan {
|
||||
static var schemas: [VersionedSchema.Type] = [
|
||||
SchemaV1.self
|
||||
]
|
||||
|
||||
static var stages: [MigrationStage] = [
|
||||
// Add migration stages here in the future
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user