Hi,
I was setting up temporal locally with a Postgres database and creating the Postgres database schema by running the temporal-sql-tool
from the temporalio admin-tools.
My project typically uses flyway for managing all database migrations so I was wondering if there is a way to generate a SQL script with the temporal-sql-tool or another tool instead of updating the database directly. That way I can continue to use flyway for applying the migrations
Thank you