Browse Source

add coloumn alias for display

Daniel Sheffield 1 week ago
parent
commit
f94893941b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site/timesheet_history.sql

+ 1 - 1
site/timesheet_history.sql

@@ -25,7 +25,7 @@ SELECT date
   WHEN 4 THEN 'Thursday'
   WHEN 5 THEN 'Friday'
   WHEN 6 THEN 'Saturday'
-  END
+  END day
 , total
 , total_hours
 FROM timesheet