You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prior commit fixes things in >=5.23 but breaks compatibility with <=5.22.
This change extracts the duplicate formula for writing out files into a new
helper (`$createSql()`), and then it revises that helper to work with both the
older and newer signatures.
In this line there's a call to a function that generates and returns SQL.
But that SQL is not saved anywhere.
It reports that it successfully wrote sql files, but in fact it did no such thing.
The text was updated successfully, but these errors were encountered: