djaodjin/djaodjin-saas

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

smirolo opened this issue · 1 comments

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

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.