Forgotten column with the reason for the ban

OOOooops :D
This commit is contained in:
daffyyyy
2023-12-03 01:22:18 +01:00
parent 35e6a52ad8
commit d496977c76
2 changed files with 6 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ public partial class CS2_SimpleAdmin : BasePlugin, IPluginConfig<CS2_SimpleAdmin
`player_name` VARCHAR(128) NOT NULL,
`admin_steamid` VARCHAR(64) NOT NULL,
`admin_name` VARCHAR(128) NOT NULL,
`reason` VARCHAR(255) NOT NULL,
`duration` INT NOT NULL,
`ends` TIMESTAMP NOT NULL,
`created` TIMESTAMP NOT NULL,