-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tournament and team missing fields #49
Comments
We also need to define how is handled the captain of a team. This special player can change their team mates, kick them for instance |
On it chief |
|
|
|
|
While working on previous DB migration, I stumbled on some possibly missing fields :
|
Use an ArrayField, which is Postgresql specific, to store a list of Decimal fields that have a minimal value of 0. Also adds tests, and is needed for #49.
Use an ArrayField, which is Postgresql specific, to store a list of Decimal fields that have a minimal value of 0. Also adds tests, and is needed for #49.
Use an ArrayField, which is Postgresql specific, to store a list of Decimal fields that have a minimal value of 0. Also adds tests, and is needed for #49.
I think once #97 is good we can close this. EDIT: almost, we would still be missing public/private tournaments, and manager counts |
Closing this as this is quite old and only one thing's missing (#162 will take over) |
Somes fields and constrains are missing:
The text was updated successfully, but these errors were encountered: