Skip to content

Commit d86c0ae

Browse files
jd-laradaniel-thom
andauthored
Update docs/src/dev_guide/associations_database.md
Co-authored-by: Daniel Thom <[email protected]>
1 parent 44f9745 commit d86c0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/dev_guide/associations_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is the primary table that stores the associations between time series data
6161
| `time_series_uuid` | TEXT | UUID of the time series data array |
6262
| `time_series_type` | TEXT | Type name of the time series (e.g., "SingleTimeSeries", "Deterministic") |
6363
| `initial_timestamp` | TEXT | ISO 8601 formatted initial timestamp |
64-
| `resolution` | TEXT | ISO 8601 formatted time resolution |
64+
| `resolution` | TEXT | Resolution encoded as [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
6565
| `horizon` | TEXT | ISO 8601 formatted forecast horizon (NULL for static time series) |
6666
| `interval` | TEXT | ISO 8601 formatted forecast interval (NULL for static time series) |
6767
| `window_count` | INTEGER | Number of forecast windows (NULL for static time series) |

0 commit comments

Comments
 (0)