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 api_token - device_configuration an n:n relationshiop #9

Open
aohren opened this issue Apr 7, 2014 · 0 comments
Open

Make api_token - device_configuration an n:n relationshiop #9

aohren opened this issue Apr 7, 2014 · 0 comments
Assignees
Labels

Comments

@aohren
Copy link
Contributor

aohren commented Apr 7, 2014

Move relationship to a join table to facilitate n:n mapping between ApiToken and DeviceConfiguration objects. This will allow us to enable multiple tokens access to same device.

Also consider just one single top-level device table; configuration can be a string column within, since that's all we're using it as now anyway.

screen shot 2014-04-07 at 1 46 42 am

@aohren aohren added the bug label Apr 7, 2014
@aohren aohren self-assigned this Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant