Open flaree opened 2 months ago
I think you forgot to commit the new column in
models.py
, not sure how pyright validated this
?
I think you forgot to commit the new column in
models.py
, not sure how pyright validated this?
My bad, Github wasn't showing me the full changes
Adds a deleted field to BallInstances
Allows us to mark a ball as deleted without it actually getting deleted and affecting other models such as Trade History etc.