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

Communication: Index constraints cause crashes #62

Open
PaRangger opened this issue Oct 20, 2024 · 0 comments · May be fixed by #70
Open

Communication: Index constraints cause crashes #62

PaRangger opened this issue Oct 20, 2024 · 0 comments · May be fixed by #70
Assignees
Labels
bug Something isn't working

Comments

@PaRangger
Copy link
Collaborator

Recently a hotfix was released that removed some of the foreign key constraints. This was due to the foreign key constraints causing a variety of crashes in the application. However, this means that the data integrity is not maintained properly.

The foreign key and primary key constraints should be reworked in such a way that they:

  1. Do not cause any crashes
  2. Maintain proper data integrity
@PaRangger PaRangger added the bug Something isn't working label Oct 20, 2024
@PaRangger PaRangger self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant