UniqueVision / plpgsql-lsp

MIT License
51 stars 11 forks source link

normalize migration file path #69

Closed danicc097 closed 2 years ago

danicc097 commented 2 years ago

What does this PR do?

Simple fix for migration filename matching if using relative paths, e.g. "./db/migrations" instead of "db/migrations"

What issues does this PR fix or reference?

Is it tested? How?