mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] JSON Logging Refactor (#11623)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
272afa33c8
commit
5a62077f2c
@@ -62,18 +62,6 @@ CREATE TABLE IF NOT EXISTS `erro_admin_log` (
|
||||
|
||||
-- Data exporting was unselected.
|
||||
|
||||
-- Dumping structure for table ss13.erro_attacklog
|
||||
CREATE TABLE IF NOT EXISTS `erro_attacklog` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`time` datetime DEFAULT NULL,
|
||||
`ckey` varchar(64) DEFAULT NULL,
|
||||
`mob` varchar(128) DEFAULT NULL,
|
||||
`message` varchar(1024) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=886 DEFAULT CHARSET=latin1;
|
||||
|
||||
-- Data exporting was unselected.
|
||||
|
||||
-- Dumping structure for table ss13.erro_ban
|
||||
CREATE TABLE IF NOT EXISTS `erro_ban` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
@@ -117,19 +105,6 @@ CREATE TABLE IF NOT EXISTS `erro_connection_log` (
|
||||
|
||||
-- Data exporting was unselected.
|
||||
|
||||
-- Dumping structure for table ss13.erro_dialog
|
||||
CREATE TABLE IF NOT EXISTS `erro_dialog` (
|
||||
`mid` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`time` datetime NOT NULL,
|
||||
`ckey` varchar(32) NOT NULL,
|
||||
`mob` varchar(128) DEFAULT NULL,
|
||||
`type` varchar(32) NOT NULL,
|
||||
`message` text NOT NULL,
|
||||
PRIMARY KEY (`mid`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=3345 DEFAULT CHARSET=latin1;
|
||||
|
||||
-- Data exporting was unselected.
|
||||
|
||||
-- Dumping structure for table ss13.erro_feedback
|
||||
CREATE TABLE IF NOT EXISTS `erro_feedback` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user