djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Problem installing fixtures: no such table: <table_name>__old #230

Closed smirolo closed 4 years ago

smirolo commented 4 years ago

This is an issue between Django before version 2 and SQLite3 after version 3.25 as explained here

smirolo commented 4 years ago

After talking with people we are aware of running djaodjin-saas in production, it was agreed that the workaround above is the best compromise. Heavy traffic usually rely on raw SQL instead of Django migrations when updating schemas.