migration: Do not allow `sqlf.Sprintf` to scape query placeholders
Created by: efritz
Migration files containing literal '%' characters must be escaped so they're not replaced by missing
/nil
in the sprintf call.
Created by: efritz
Migration files containing literal '%' characters must be escaped so they're not replaced by missing
/nil
in the sprintf call.