Ballsdex-Team / BallsDex-DiscordBot

Collect and exchange countryballs on Discord
Other
95 stars 158 forks source link

[Models] Add soft delete field #388

Open flaree opened 2 months ago

flaree commented 2 months ago

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.

flaree commented 2 days ago

I think you forgot to commit the new column in models.py, not sure how pyright validated this

image ?

laggron42 commented 2 days ago

I think you forgot to commit the new column in models.py, not sure how pyright validated this

image ?

My bad, Github wasn't showing me the full changes