From a78e3d7ac9727b60d604684f4dcd6d71367b295a Mon Sep 17 00:00:00 2001 From: Nandana Rao Lingampelli Date: Fri, 27 Jun 2025 09:56:34 +0530 Subject: [PATCH] added composite_pk test suite for 5.2 --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index b75828ed..3c30c67d 100755 --- a/test.sh +++ b/test.sh @@ -19,6 +19,7 @@ coverage run tests/runtests.py --settings=testapp.settings --noinput \ backends \ basic \ bulk_create \ + composite_pk \ constraints \ custom_columns \ custom_lookups \