Added asynchronious migration executor which executes tenant migrations by running celery task for the each tenant migration.
Result of the migration execution is logged to log file which location is defined in settings by TENANT_MIGRATION_LOGGER_PATH. By default migration.log file will be created in root directory of the project.
Added asynchronious migration executor which executes tenant migrations by running celery task for the each tenant migration. Result of the migration execution is logged to log file which location is defined in settings by TENANT_MIGRATION_LOGGER_PATH. By default migration.log file will be created in root directory of the project.