Revert "- Fixed: attempt migrations fix from 0.5.10 to 0.6.0"

This reverts commit ae8e9a3506.
This commit is contained in:
mahee96
2025-03-23 11:57:16 -07:00
parent 117f31e158
commit cbde3e6495
9 changed files with 840 additions and 955 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?