Skip to content

Commit

Permalink
Corrected the expected column headers of the input CSV file.
Browse files Browse the repository at this point in the history
This commit belongs to issue #321.
  • Loading branch information
reprogrammer committed Oct 9, 2011
1 parent f2e39ec commit 620a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/summarize-usage-times.sql
@@ -1,7 +1,7 @@
--This file is licensed under the University of Illinois/NCSA Open Source License. See LICENSE.TXT for details. --This file is licensed under the University of Illinois/NCSA Open Source License. See LICENSE.TXT for details.


-- This script gets a CSV report with the following header and reports the number of hours of usage of each user. -- This script gets a CSV report with the following header and reports the number of hours of usage of each user.
-- USERNAME,WORKSPACE_ID,VERSION,USAGE_TIME_IN_HOURS -- USERNAME,WORKSPACE_ID,VERSION,USAGE_TIME_IN_MILLI_SECS


DROP TABLE "PUBLIC"."USAGE_TIMES" IF EXISTS; DROP TABLE "PUBLIC"."USAGE_TIMES" IF EXISTS;


Expand Down

0 comments on commit 620a5aa

Please sign in to comment.