This commit is contained in:
Taha Moghaddam 2026-02-14 06:26:43 +00:00 committed by GitHub
commit a458889361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,6 @@ class MyUniqueIDGenerator implements UniqueIdentifierGenerator
}
```
and then set the `tenancy.unique_id_generator` config to the full path to your class.
and then set the `tenancy.id_generator` config to the full path to your class.
Note that you may have to make the `id` column on the `tenants` table larger, as it's set to the exact length of uuids by default.