pressly / goose

A database migration tool. Supports SQL migrations and Go functions.
http://pressly.github.io/goose/
Other
7.18k stars 523 forks source link

is this support sub dir? #858

Closed tosone closed 4 days ago

tosone commented 4 days ago

i have many migration sql files to run, dir like this:

migrations
  v1.0.0
    0001.up.sql
    0002.up.sql
  v1.2.0
    0003.up.sql
    0004.up.sql

support that sub dir?

mfridman commented 4 days ago

I believe this is a duplicate of https://github.com/pressly/goose/issues/349, if so, would suggest closing this and commenting there.