mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 08:59:08 +01:00
renamed Field.Computed to Field.Virtual to distinguish from Field.Derived
This commit is contained in:
@@ -70,7 +70,7 @@ extension DynamicSchema {
|
||||
let containerType: String
|
||||
if attribute.isTransient || attribute.attributeType == .undefinedAttributeType {
|
||||
|
||||
containerType = "Field.Computed"
|
||||
containerType = "Field.Virtual"
|
||||
}
|
||||
else if attribute.attributeType == .transformableAttributeType {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user