django-tenant-schemas
django-tenant-schemas copied to clipboard
Does d-t-s support squashed migrations ?
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?