Add admin ckey to known alts panel (#62761)

About The Pull Request

Adds the admin who added the known alt to the known alts panel.
Changelog

cl
admin: The admin who adds a known alt is now logged in the table.
/cl
This commit is contained in:
Mothblocks
2021-11-23 20:28:19 +13:00
committed by GitHub
parent e219914631
commit d0f33354f6
5 changed files with 20 additions and 8 deletions
+1
View File
@@ -672,6 +672,7 @@ CREATE TABLE `SS13_known_alts` (
`id` INT NOT NULL AUTO_INCREMENT,
`ckey1` VARCHAR(32) NOT NULL,
`ckey2` VARCHAR(32) NOT NULL,
`admin_ckey` VARCHAR(32) NOT NULL DEFAULT '*no key*',
PRIMARY KEY (`id`),
UNIQUE INDEX `unique_contraints` (`ckey1` , `ckey2`)
);