speed update, new table for cached stats
This commit is contained in:
@@ -10,10 +10,13 @@ import Fluent
|
||||
import Vapor
|
||||
|
||||
struct DashboardItem: Content {
|
||||
|
||||
var codTrackerId: String
|
||||
var title:String
|
||||
var content:String
|
||||
var title2:String? = nil
|
||||
var content2:String? = nil
|
||||
var sortOrder: Int
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user