Getting rid of the primaryKeyLabel variable that was static to storm - made more sense as an override function in the model

This commit is contained in:
Ryan Coyne 2017-12-01 15:20:08 -05:00
parent e2ff7e02f5
commit bca0e2d6a1
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ open class StORM : StORMMirror {
/// Base empty init function.
public override init() {}
/// primary key label (not assuming the first child is the id).
public static var primaryKeyLabel : String? = nil
/// Provides structure introspection to client methods.
public func cols(_ offset : Int = 0) -> [(String, Any)] {