-
Notifications
You must be signed in to change notification settings - Fork 188
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
Allow import all database subfolders by selecting a folder #3797
base: main
Are you sure you want to change the base?
Conversation
9cefcbe
to
7f0e8bc
Compare
7f0e8bc
to
1196902
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. I've given it an initial review, but I haven't tried this out locally yet.
Co-authored-by: Andrew Eisenberg <[email protected]>
Co-authored-by: Andrew Eisenberg <[email protected]>
I seperated this logic out of original import folder function for better structure. Also optimized log output and unified names of this command for better understanding. |
Co-authored-by: Andrew Eisenberg <[email protected]>
Done here. |
Add a palette command that allow user to select a folder and import all database subfolders.
This helps a lot when dealing with micro services that has dozens of databases and save user's time from repeatly choosing folders one by one.