- Added `css_sa_upgrade` command
This commit is contained in:
Dawid Bepierszcz
2024-02-11 03:39:42 +01:00
parent 79bbe0f4c5
commit 0b2a520a07
3 changed files with 35 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS `sa_mutes` (
`duration` int(11) NOT NULL,
`ends` timestamp NOT NULL,
`created` timestamp NOT NULL,
`type` enum('GAG','MUTE','') NOT NULL DEFAULT 'GAG',
`type` enum('GAG','MUTE','SILENCE','') NOT NULL DEFAULT 'GAG',
`server_id` INT NULL,
`status` enum('ACTIVE','UNMUTED','EXPIRED','') NOT NULL DEFAULT 'ACTIVE',
PRIMARY KEY (`id`)