Ahmed El-Khayyat

Results 1 comments of Ahmed El-Khayyat

> Finally figured out what was causing this. I was using id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) in my tenant model, which causes the schema not to be created on .save()...