Skip to content

Commit 834bd0a

Browse files
committed
DB: fix collection naming
1 parent 7cb1ca0 commit 834bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dp3/database/snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
raise ValueError(f"Entity type '{entity_type}' not found in model spec")
4646
self.entity_type = entity_type
4747
self._col_name = f"{entity_type}#snapshots"
48-
self._os_col_name = f"{entity_type}#oversized_snapshots"
48+
self._os_col_name = f"{entity_type}#snapshots_oversized"
4949

5050
self.attr_specs: dict[str, AttrSpecType] = model_spec.entity_attributes[entity_type]
5151

0 commit comments

Comments
 (0)