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

Implement a UUID system in the variable_source table #70

Open
kzollove opened this issue Sep 16, 2022 · 0 comments
Open

Implement a UUID system in the variable_source table #70

kzollove opened this issue Sep 16, 2022 · 0 comments
Labels
enhancement New functionality that could be added. exploratory Changes that require some research first. SQL Pertinent to the database

Comments

@kzollove
Copy link
Collaborator

This can only happen after work on #69 is completed.

Each variable comes from a data_source. Multiple variables may come from the same data source

There is a good chance that we could (and should) implement our own variable_source UUID by taking the FK data_source_uuid and appending an autoincrementing number (<data_source_uuid>_01).

@kzollove kzollove added enhancement New functionality that could be added. SQL Pertinent to the database exploratory Changes that require some research first. labels Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New functionality that could be added. exploratory Changes that require some research first. SQL Pertinent to the database
Projects
Status: 💡 Idea
Development

No branches or pull requests

1 participant