Skip to content

sg migration add: Make output paths copyable for vscode

Warren Gifford requested to merge ef/better-paths into main

Created by: efritz

Before we would print something like Up query file: /foo/bar/baz.sql, but the leading slash made it hard to copy and open in an editor, which doesn't expect that character.

This PR removes it.

Test plan

Tested locally.

Merge request reports

Loading