I'm using sequelize to run migrations on my DB, the user has all privileges and migrations work well, however it creates SequelizeMeta table in a public schema. When I set schema in the config with migrationStorageTableSchema
migrations fail with:
permission denied for database blabla