[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:
CHOMPStation2StaffMirrorBot
2025-09-14 11:05:26 -07:00
committed by GitHub
parent 272afa33c8
commit 5a62077f2c
425 changed files with 4081 additions and 2568 deletions

View File

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