speed update, new table for cached stats

This commit is contained in:
Michael Simard
2021-08-04 16:32:17 -05:00
parent c38b621bdd
commit bc0dc93e9e
11 changed files with 485 additions and 139 deletions

View File

@@ -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
}