You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
Describe the bug
When adding a race, you get : MySQL Error: Field 'replay' doesn't have a default value. There appears to be two NOT NULL field on the 'race' table called 'reply' and 'simresults' but the form does not have a way to fill these out.
To Reproduce
Steps to reproduce the behavior:
Go to Login Admin
Click on Races
Click on Add Race
Fill out form and click 'Add'
Expected behavior
The race should be saved.
Additional context
It needs to be determines if these fields are needed or not. If they are needed, then a default or a way to edit the fields is required.
The text was updated successfully, but these errors were encountered:
This fields "replay" and "simresults" aren't mandatory, they are to be fill when the race is over in: "Modify race results" where this fields can be edited, there you can fill results by hand or importing data from file created by the game #62, and optionally add a link to a replay and results uploaded to another optional page.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When adding a race, you get : MySQL Error: Field 'replay' doesn't have a default value. There appears to be two NOT NULL field on the 'race' table called 'reply' and 'simresults' but the form does not have a way to fill these out.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The race should be saved.
Additional context
It needs to be determines if these fields are needed or not. If they are needed, then a default or a way to edit the fields is required.
The text was updated successfully, but these errors were encountered: