Skip to content

fix: do not allow member_id FK to be null on member_password table#2096

Merged
spaenleh merged 2 commits into
mainfrom
member_password-fk-not-null
Mar 9, 2026
Merged

fix: do not allow member_id FK to be null on member_password table#2096
spaenleh merged 2 commits into
mainfrom
member_password-fk-not-null

Conversation

@spaenleh
Copy link
Copy Markdown
Member

@spaenleh spaenleh commented Mar 9, 2026

This fixes a small issue in the schema, which previously allowed the foreign key member_id to be nullable on the member_password table. This was not necessary, so I updated it to be NOT NULL.

@spaenleh spaenleh self-assigned this Mar 9, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 9, 2026

@spaenleh spaenleh merged commit 13810b7 into main Mar 9, 2026
8 checks passed
@spaenleh spaenleh deleted the member_password-fk-not-null branch March 9, 2026 11:27
spaenleh added a commit that referenced this pull request Mar 10, 2026
…2096)

* fix: do not allow member_id FK to be null on member_password table

* chore(style): run auto formating
spaenleh added a commit that referenced this pull request Mar 10, 2026
…2096)

* fix: do not allow member_id FK to be null on member_password table

* chore(style): run auto formating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant