#2183 implemented a Introspection Engine feature that tries to classify the introspected database: Prisma 1, Prisma 1.1, Prisma 2 or Non-Prisma.
We need this exposed in a temporary way in the introspect success output (with and without --print) so we can verify the results. Please find a "quiet" way to put it into the success output.
Later this will be used as input to show a message that links to our P1->P2 upgrade strategy.
#2183 implemented a Introspection Engine feature that tries to classify the introspected database: Prisma 1, Prisma 1.1, Prisma 2 or Non-Prisma.
We need this exposed in a temporary way in the
introspectsuccess output (with and without--print) so we can verify the results. Please find a "quiet" way to put it into the success output.Later this will be used as input to show a message that links to our P1->P2 upgrade strategy.