File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11import FluentKit
22
33#if compiler(>=6.2)
4- @ _marker public protocol _SQLKitExtrasSendableMetatype : SendableMetatype { }
4+ public typealias _SQLKitExtrasSendableMetatype = SendableMetatype
55#else
6- @ _marker public protocol _SQLKitExtrasSendableMetatype { }
6+ public typealias _SQLKitExtrasSendableMetatype = Any
77#endif
88
9- extension FluentKit . FieldProperty : _SQLKitExtrasSendableMetatype { }
9+ extension FluentKit . BooleanProperty : _SQLKitExtrasSendableMetatype { }
10+ extension FluentKit . OptionalBooleanProperty : _SQLKitExtrasSendableMetatype { }
11+
12+ extension FlatGroupProperty : _SQLKitExtrasSendableMetatype { }
13+ extension OptionalPointerProperty : _SQLKitExtrasSendableMetatype { }
14+ extension OptionalReferenceProperty : _SQLKitExtrasSendableMetatype { }
15+ extension PointerProperty : _SQLKitExtrasSendableMetatype { }
16+ extension ReferencesProperty : _SQLKitExtrasSendableMetatype { }
17+ extension RequiredTimestampProperty : _SQLKitExtrasSendableMetatype { }
18+
You can’t perform that action at this time.
0 commit comments