graphile / migrate

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.
MIT License
751 stars 58 forks source link

Default to `current/` folder #165

Open benjie opened 2 years ago

benjie commented 2 years ago

Feature description

New users don't know that this is an option. Since it's the preferred option, we should make it the default when users init.

Motivating example

It's fairly intuitive that you can just add more files to the current/ folder, and symlinking referenced files into it is much easier if you have this pattern in place already.

Breaking changes

None.

Supporting development

I [tick all that apply]:

benjie commented 2 years ago

Hat tip to @dmfay for the idea.