Source code for asyncorm.orm_migrations.app_migrator

[docs]class MigrationBase: initial = False depends = [] actions = []