Replies: 1 comment
-
When creating the migration, do not add TenantId as column, or specify as Multitenant on Configuration. This would not enforce the tenant . eg. When seeding, make sure not to create duplicates, but when using seperate db's for seperate tenants, it will create another instance on new db, and reseed. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
i want to create some lookups entities that can/should be shared across all Tenants
for example i want to add a City entity with a name and and image, i want to be able to use it in all Tenants reference (TenantId)
any ideas?
anyone managed to get it to work?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions