We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b4b59 commit 321f829Copy full SHA for 321f829
bolt-db/bolt/db/backends/base/creation.py
@@ -88,8 +88,6 @@ def create_test_db(
88
# if serialize:
89
# self.connection._test_serialized_contents = self.serialize_db_to_string()
90
91
- call_command("createcachetable", database=self.connection.alias)
92
-
93
# Ensure a connection for the side effect of initializing the test database.
94
self.connection.ensure_connection()
95
0 commit comments