mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Add new column to whitelist_status (#1538)
This commit is contained in:
@@ -497,6 +497,7 @@ CREATE TABLE `ss13_whitelist_log` (
|
||||
CREATE TABLE `ss13_whitelist_statuses` (
|
||||
`flag` int(10) unsigned NOT NULL,
|
||||
`status_name` varchar(32) NOT NULL,
|
||||
`subspecies` tinyint(4) NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`status_name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user