source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

FK Constraint violation for stories' group ID #93

Closed RichDom2185 closed 11 months ago

RichDom2185 commented 11 months ago

This is because in the model, GroupID is set as uint, thus is set to the default value of 0 instead of null (as opposed to *uint).

Thus, creating stories without a group ID results in a violation.