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

Add database tables and relationships #38

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Add database tables and relationships #38

merged 3 commits into from
Nov 7, 2024

Conversation

0x1026
Copy link
Member

@0x1026 0x1026 commented Nov 7, 2024

This pull request adds the necessary SQL code to create the required database tables and their relationships. The tables include 'points', 'zones', 'elements', 'inventory', 'incidences', 'roles', 'workers', 'work_orders', 'machines', 'parts', 'routes', 'tasks', 'workers_task', 'sensor', and 'sensorhistory'. These tables define the structure and relationships of the database entities needed for the application.

@0x1026 0x1026 added area/database Categorizes issue or PR as related to database. type: fix labels Nov 7, 2024
@0x1026 0x1026 added this to the Sprint 2 - Kick-off milestone Nov 7, 2024
@0x1026 0x1026 assigned 0x1026 and unassigned 0x1026 Nov 7, 2024
@0x1026 0x1026 merged commit 7e54834 into main Nov 7, 2024
@0x1026 0x1026 deleted the fix/new-database branch November 7, 2024 22:45
@0x1026 0x1026 linked an issue Nov 9, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/database Categorizes issue or PR as related to database.
Projects
Status: Fet
Development

Successfully merging this pull request may close these issues.

Disseny de la base de dades
6 participants