Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Jul 11, 2013
1 parent 82b00ba commit 4bae72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions corehq/apps/callcenter/indicator_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def _or_no_value(self, value):

class CallCenter(SqlIndicatorSet):
"""
Assumes SQL table with the following columns:
* case (string): the case id
Assumes SQL table 'call_center' with the following columns:
* user_id (string): the user id
* date (date): the date of the indicator grain
* cases_updated (integer): number of cases updated by on date
* submission_count (integer): number of forms submitted
"""
name = 'call_center'

Expand Down

0 comments on commit 4bae72c

Please sign in to comment.