- Fixed: attempt migrations fix from 0.5.10 to 0.6.0

This commit is contained in:
mahee96
2025-03-11 04:44:23 +05:30
parent 3785891923
commit ae8e9a3506
9 changed files with 964 additions and 849 deletions

View File

@@ -14,7 +14,7 @@ public class ReleaseTrack: BaseEntity, Decodable
{
// attributes
@NSManaged @objc(track) public private(set) var _track: String?
// RelationShips
@NSManaged @objc(releases) public private(set) var _releases: NSOrderedSet?
@NSManaged public private(set) var storeApp: StoreApp?