main features working, UI and better date generation left
'
This commit is contained in:
@@ -54,5 +54,6 @@ export { getTopTen };
|
||||
// FROM Timelog t
|
||||
// INNER JOIN Project p ON p.id=t.project
|
||||
// INNER JOIN User u ON u.id=t.user
|
||||
// WHERE User = "100";
|
||||
// ORDER BY time
|
||||
// LIMIT 10 OFFSET 10
|
||||
|
||||
Reference in New Issue
Block a user