mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
10 lines
401 B
Plaintext
10 lines
401 B
Plaintext
diff a/SQL/tgstation_schema_prefixed.sql b/SQL/tgstation_schema_prefixed.sql (rejected hunks)
|
|
@@ -268,7 +297,6 @@ CREATE TABLE `SS13_player` (
|
|
`ip` int(10) unsigned NOT NULL,
|
|
`computerid` varchar(32) NOT NULL,
|
|
`lastadminrank` varchar(32) NOT NULL DEFAULT 'Player',
|
|
- `exp` mediumtext,
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `ckey` (`ckey`),
|
|
KEY `idx_player_cid_ckey` (`computerid`,`ckey`),
|