filament-curator: Column not found: 1054
Filament Version
3.1.20
Plugin Version
3.2.4
PHP Version
8.2
Problem description
After upgrading to the latest version, I got this error on trying to open the curator :
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'store_id' in 'where clause'
I have activated the filament tenant as Store model, store belongsToMany Media
Expected behavior
I should be able to upload files
Steps to reproduce
Update to the latest version Click the curator input Error appears
Reproduction repository
No response
Relevant log output
No response
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 16 (7 by maintainers)
This should be fixed in the next release.
By default the panel will be tenant aware and restricted, but you can override that with
->tenantAware()
or globally in the config withis_tenant_aware
.