mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 18:24:54 +02:00
Forgot to add status column to admin report system :3
This commit is contained in:
@@ -103,6 +103,7 @@ CREATE TABLE IF NOT EXISTS `znote_player_reports` (
|
|||||||
`posz` int(6) NOT NULL,
|
`posz` int(6) NOT NULL,
|
||||||
`report_description` VARCHAR(255) NOT NULL,
|
`report_description` VARCHAR(255) NOT NULL,
|
||||||
`date` INT(11) NOT NULL,
|
`date` INT(11) NOT NULL,
|
||||||
|
`status` TINYINT(3) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user