[external-db pgsql] - awx-migrate possibly to create table in a order schema than public ?

Hello,

I have get this following bellow error because the command awx-migrate (django command) push and create pgsql data in public schema. My dba by default create a separate schema for each DB created in our cluster posqtgresql to be more clean and secure.

raise MigrationSchemaMissing(“Unable to create the django_migrations table (%s)” % exc)
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (permission denied for schema public
LINE 1: CREATE TABLE “django_migrations” (“id” serial NOT NULL PRIMA…

So is possible to parameter anywhere the schema name for the DB ?

regards

Benoit