Needs Django support #305
Replies: 2 comments 9 replies
-
Agree, we need Django support! We are looking into this. As you noticed, Nile requires tenant_id to be part of the primary key in all "tenant aware" tables (this is how we distribute the data into virtual databases). Something like this:
We'll have a more complete template in a few days, but I hope this helps unblock you. |
Beta Was this translation helpful? Give feedback.
-
can someone help me with this |
Beta Was this translation helpful? Give feedback.
-
Always showing "django.db.utils.ProgrammingError: tenant_id needs to be included in primary key and unique constraints defined on a tenant-aware table" while running django default migrations.
Beta Was this translation helpful? Give feedback.
All reactions