Skip to content

Commit

Permalink
feat: Add storage_type to base_object_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Delsin Van Grembergen committed Aug 29, 2024
1 parent 177b008 commit f1f8a93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def crud(self):
),
"post_crud_hook": lambda **kwargs: None, # pyright: ignore
"pre_crud_hook": lambda **kwargs: None, # pyright: ignore
"storage_type": "db"
}

@abstractmethod
Expand Down

0 comments on commit f1f8a93

Please sign in to comment.