From 2936cba57795a51bb9a74e6dfe13de07f92fcccc Mon Sep 17 00:00:00 2001 From: Parth Sharma Date: Thu, 15 May 2025 16:38:43 +0530 Subject: [PATCH] fix of foreign_object tests --- tests/_utils/local_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/_utils/local_test.sh b/tests/_utils/local_test.sh index 57c6aa4568bc..673776a091a5 100755 --- a/tests/_utils/local_test.sh +++ b/tests/_utils/local_test.sh @@ -17,6 +17,9 @@ export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_M2M_RECURSIVE="ROWSTORE REFERENCE" # lot of many to many fields export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_ADMIN_VIEWS="ROWSTORE REFERENCE" +# lot of unquie keys and many to many fields +export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_FOREIGN_OBJECT="ROWSTORE REFERENCE" + # abstract models - specifying through is tricky export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_MANY_TO_MANY="ROWSTORE REFERENCE"