How to setup with Multi-Tenancy #129
Unanswered
mmoollllee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Filament running with tenants. How can I make this plugin work with such?
I have already added a
$table->foreignId('project_id');
column to activity_log_table migration.On every log action I get messages like
production.ERROR: SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: activity_log.project_id (Connection: sqlite, SQL: insert into "activity_log"
How can I populate project_id from the current tenant? I've already stumbled over this here, but I'm not really able to follow this discussion :(
Is there a way?
Beta Was this translation helpful? Give feedback.
All reactions