Skip to content

Migration Improvement - multi app same db support

Compare
Choose a tag to compare
@codemation codemation released this 22 Nov 12:32
· 83 commits to main since this release

Whats changed?

Multi App same DB support & Improvement Migrations - replaced complete TableMeta lookups during compare_tables_and_migrate with tables in self.tables, thus allowing the same database to be used accross multiple applications that do not share model definitions.