Add new column to whitelist_status (#1538)

This commit is contained in:
Werner
2017-01-12 22:06:54 +01:00
committed by skull132
parent 858690a62b
commit 494a9f4523

View File

@@ -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;