1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 08:39:09 +00:00

update schema.prisma casetype

This commit is contained in:
Kasen Engel 2024-09-23 17:31:11 +00:00
parent 06dfab4304
commit 1b5b8c5f48

View file

@ -170,4 +170,6 @@ enum CaseType {
UNJAIL
SNIPPETUNBAN
UNTEMPBAN
POLLBAN
POLLUNBAN
}