Skip to content

Commit

Permalink
Add status_updates field to query_string in StatusLog class
Browse files Browse the repository at this point in the history
  • Loading branch information
dayland-ms committed Mar 6, 2024
1 parent 5bb623a commit f0fbf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/shared_code/status_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def read_files_status_by_timeframe(self,
"""

query_string = "SELECT c.id, c.file_path, c.file_name, c.state, \
c.start_timestamp, c.state_description, c.state_timestamp \
c.start_timestamp, c.state_description, c.state_timestamp, c.status_updates \
FROM c"

conditions = []
Expand Down

0 comments on commit f0fbf19

Please sign in to comment.