[MIRROR] Add admin ckey to known alts panel [MDB IGNORE] (#9649)

* Add admin ckey to known alts panel

* fixed conflicts

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-23 10:48:21 -05:00
committed by GitHub
co-authored by Mothblocks Useroth
parent 743adc9f45
commit cda93811e6
5 changed files with 20 additions and 8 deletions
+1
View File
@@ -679,6 +679,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`)
);