bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 424 forks source link

Does d-t-s support squashed migrations ? #576

Open atodorov opened 6 years ago

atodorov commented 6 years ago

From what I can tell it doesn't. Looking at the console log when screating schemas it applies the individual migrations one by one, instead of the squashed one.

Any idea what will be the behavior when I later remove the squashed migrations and leave only the 1 which replaces them?