Skip to content

Commit

Permalink
metadata table
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Feb 25, 2024
1 parent 651a955 commit 1a98f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spatialyze/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1a98f65

Please sign in to comment.