Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/_utils/local_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_M2M_RECURSIVE="ROWSTORE REFERENCE"
# abstract models - specifying through is tricky
export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_MANY_TO_MANY="ROWSTORE REFERENCE"

# a number of models with unique keys, 13 many-to-many fields
export DJANGO_SINGLESTORE_TABLE_STORAGE_TYPE_FIXTURES_REGRESS="ROWSTORE REFERENCE"

# queries app has a lot of models with OneToOne relationships
export DJANGO_SINGLESTORE_NOT_ENFORCED_UNIQUE_QUERIES=1

Expand Down
Loading