-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The Slonik 33 release removes the sql method in favor of sql.type and sql.fragment.
This prevents the @slonik/migrator CLI from working effectively with a
Error: (0 , slonik_1.sql) is not a function
message.
I'm able to monkey-patch the slonik/migrator file and replace instances of sql with sql.unsafe to get things running against Slonik 33, but I'm not really sure what the fix would be to ensure that recent versions of Slonik and earlier versions of Slonik are working effectively.
matschik, kaisellgren, Itsindigo, dotansimha, borisov-aleksey and 6 more
Metadata
Metadata
Assignees
Labels
No labels