-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Thanks for making srtd, great project!
My project utilizes a different structure for storing sql migrations than the one srtd specifies. My team is currently working around this issue by moving files after srtd runs via a script.
Example
My migrations are currently stored in the following format:
migrations/[migration_name_with_prefix]/migrate.sql
I would like to keep using my existing pattern, but the migrations that srtd creates are written as:
migrations/[migration_name_with_prefix].sql
Would you consider adding support for custom directories?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels