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

Change id from sequence to UUID #347

Open
3 tasks
matfa42 opened this issue Jul 6, 2020 · 0 comments
Open
3 tasks

Change id from sequence to UUID #347

matfa42 opened this issue Jul 6, 2020 · 0 comments
Labels
Enabler exploration, evolving the architecture, improving infrastructure, compliance activities Hogarama goes IoT Ready for grooming

Comments

@matfa42
Copy link
Contributor

matfa42 commented Jul 6, 2020

The ID for the entities Actor, Owner, Sensor, and SensorType should be created as an Postgres uuid-ossp extension in particular with the uuid_generate_v4() function.

Helpful Links:
PostgresSQL UUID

Acceptance Criteria

  • Enity ID should be created as a UUID (e.g. 40e6215d-b5c6-4896-987c-f30f3678f608)

Tasks

  • Install uuid-oosp extension (via SQL statement) with helm on container creation
  • Update current SQL files
@mhofmann-gepardec mhofmann-gepardec added Enabler exploration, evolving the architecture, improving infrastructure, compliance activities Hogarama goes IoT Ready for grooming labels Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enabler exploration, evolving the architecture, improving infrastructure, compliance activities Hogarama goes IoT Ready for grooming
Projects
None yet
Development

No branches or pull requests

2 participants