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

Make dj.new invoke dj.createSchema if package is missing #68

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

eywalker
Copy link
Contributor

@eywalker eywalker commented Feb 7, 2017

Fix issue #67

When one uses dj.new and the specified package is not defined, dj.createSchema is invoked to assist with the process of schema creation. dj.createSchema was modified to accept an optional package name such that if given, the folder UI will be used to select a folder to create the target package in. If no package name is specified, then the user is expected to select an existing package (or one created inside the UI). This greatly simplifies the process of very first table creation as user only has to know how to use dj.new.

@dimitri-yatsenko dimitri-yatsenko merged commit 2690227 into datajoint:master Feb 7, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants