Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchy support for migrations folder #2

Open
shedar opened this issue Jun 12, 2015 · 0 comments
Open

Hierarchy support for migrations folder #2

shedar opened this issue Jun 12, 2015 · 0 comments

Comments

@shedar
Copy link

shedar commented Jun 12, 2015

For long running projects migrations folder contains a lot of files.
It's not a big problem, because new one are always at the bottom. But opening of the folder with hundred+ files in IDE file browser is not a great experience. Also you rare need to see old migrations.
I'd suggest to add a config option to group migrations by year/month.
something like

2015
- 05
  - 20150502091757_older_migration.js
- 06
  - 20150602091757_faq_model.js
  - 20150607091757_log_import_status.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant