mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[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:
co-authored by
Mothblocks
Useroth
parent
743adc9f45
commit
cda93811e6
@@ -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`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user