-
-
Notifications
You must be signed in to change notification settings - Fork 842
Missing column on player_death table #3612
Copy link
Copy link
Closed
Labels
Priority: LowMinor impactMinor impactStatus: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Metadata
Metadata
Assignees
Labels
Priority: LowMinor impactMinor impactStatus: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Priority
Low
Area
What happened?
In this function is making an INSERT to column
participantsbut if you do a global search on the code there's no migration nor creation of that column on theschema.sql, so it's throwing an error because the column effectively do not exist until created manually.What OS are you seeing the problem on?
Windows
Code of Conduct