Skip to content

Commit

Permalink
Fix nullable reference II
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Oct 21, 2023
1 parent 693b97e commit d05a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
type="INT"
>
<constraints
nullable="false"
nullable="true"
foreignKeyName="FK_PROJECT_WRITE_GROUP_GROUP_ID"
references="group(id)" />
</column>
Expand Down

0 comments on commit d05a19b

Please sign in to comment.