mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
I am dumb and missed the UNIQUE index on this table for some reason.
This commit is contained in:
@@ -110,8 +110,8 @@ CREATE TABLE client (
|
||||
|
||||
-- Table: client_roles
|
||||
CREATE TABLE client_roles (
|
||||
ckey TEXT UNIQUE,
|
||||
slot INTEGER,
|
||||
ckey TEXT NOT NULL,
|
||||
slot INTEGER NOT NULL,
|
||||
role TEXT NOT NULL,
|
||||
preference INTEGER NOT NULL,
|
||||
PRIMARY KEY ( ckey, slot, role ),
|
||||
|
||||
Reference in New Issue
Block a user