This commit is contained in:
Azareal 2021-01-03 08:08:49 +10:00
parent 74e0ce492d
commit a43226f54a
1 changed files with 6 additions and 3 deletions

View File

@ -321,9 +321,12 @@ func createTables2(a qgen.Adapter, f func(table, charset, collation string, colu
tC{"attachCount", "int", 0, false, false, "0"}, tC{"attachCount", "int", 0, false, false, "0"},
tC{"words", "int", 0, false, false, "0"}, tC{"words", "int", 0, false, false, "0"},
tC{"views", "int", 0, false, false, "0"}, tC{"views", "int", 0, false, false, "0"},
//tC{"dailyViews", "int", 0, false, false, "0"}, //tC{"dayViews", "int", 0, false, false, "0"},
//tC{"weeklyViews", "int", 0, false, false, "0"}, tC{"weekEvenViews", "int", 0, false, false, "0"},
//tC{"monthlyViews", "int", 0, false, false, "0"}, tC{"weekOddViews", "int", 0, false, false, "0"},
///tC{"weekViews", "int", 0, false, false, "0"},
///tC{"lastWeekViews", "int", 0, false, false, "0"},
//tC{"monthViews", "int", 0, false, false, "0"},
// ? - A little hacky, maybe we could do something less likely to bite us with huge numbers of topics? // ? - A little hacky, maybe we could do something less likely to bite us with huge numbers of topics?
// TODO: Add an index for this? // TODO: Add an index for this?
//tC{"lastMonth", "datetime", 0, false, false, ""}, //tC{"lastMonth", "datetime", 0, false, false, ""},