diff --git a/spatialyze/database.py b/spatialyze/database.py index b81f29c..fa714f6 100644 --- a/spatialyze/database.py +++ b/spatialyze/database.py @@ -120,6 +120,7 @@ def reset(self, commit=True): self._create_item_trajectory_table(commit) self._create_item_detection_table(commit) self._create_general_bbox_table(commit) + self._create_metadata_table(commit) self._create_index(commit) def reset_cursor(self):