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

Discover table indexes #1786

Closed
deepakrkris opened this issue Oct 24, 2019 · 3 comments
Closed

Discover table indexes #1786

deepakrkris opened this issue Oct 24, 2019 · 3 comments

Comments

@deepakrkris
Copy link

Current Behavior

model discovery with ds.discoverSchemas() returns model definition without any index configurations for all db connectors. Not sure if this is a known issue already. If this is a known limitation this has to be documented with explanations.

Description/Steps to reproduce

ds.discoverSchemas('todo', {relations: true}, function(err, models) {
    console.log(models);
});
@bajtos bajtos changed the title Model discovery with datasource.discoverSchemas() does not identify table indexes Discover table indexes Nov 1, 2019
@bajtos bajtos added feature and removed bug labels Nov 1, 2019
@bajtos
Copy link
Member

bajtos commented Nov 1, 2019

@stale
Copy link

stale bot commented Dec 31, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 31, 2019
@stale
Copy link

stale bot commented Jan 14, 2020

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

@stale stale bot closed this as completed Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants