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 was archived by the owner on Dec 11, 2021. It is now read-only.
Make the necessary database model changes to this file in order to support infractions having a dm_sent field in the database which is shown upon !infraction command.
The field will be a nullable boolean (pre-existing infractions will have the value set to null, and future infractions will be set to true/false accordingly).
Refers to bot#1864 and site#610.
Make the necessary database model changes to this file in order to support infractions having a
dm_sentfield in the database which is shown upon !infraction command.The field will be a nullable boolean (pre-existing infractions will have the value set to
null, and future infractions will be set totrue/falseaccordingly).RELEVANT PR TO BE MERGED WITH THOSE OF bot#1864 AND site#610.