Hi everyone, we have been trying to use the DELIMITER function within a prisma migration, but this fails, while the sql executed within mysql workbench was successfully executed.
Bug description When I use delimiter command in migration file, the migration itself fails because of the invalid syntax. However the syntax is valid and when called from other tools, it works. I s...