Multitenancy (Spatie) broken with v3.2.133 #15386
Closed
SebastianSchoeps
started this conversation in
General
Replies: 1 comment
-
Fixed with #15407 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#15293 breaks our multi tenancy (with Spatie) setup. The changes in
packages/tables/src/Concerns/CanSummarizeRecords.php
now produce a different SQL query.Dumping the statement right after defining the query produces:
Before:
After:
The difference that now enchio-demo is added to only one table (line 2) which messes up the statement.
Is this an issue that went wrong with the PR?
Beta Was this translation helpful? Give feedback.
All reactions