Hi, I need to introspect a prisma service after deploy new DATA MODEL instead of use the schema generator in prisma.yml. When I deploy a new schema via prisma management API, the migration status returned is PENDING, so if I send a query introspect it will not return the last schema . But if I use prisma CLI and hook the generator this will not happens. How can workaround this issue?