Remove unused code

Remove unused code
This commit is contained in:
novgorodschi catalin
2026-06-30 13:09:13 +03:00
parent 07d942d009
commit cc3ed8d64c
11 changed files with 1 additions and 15 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

+1 -15
View File
@@ -1856,18 +1856,4 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%debug_log` (
-- Dumping data for table `%PREFIX%debug_log`
--
INSERT INTO `%PREFIX%debug_log` (`id`, `active`, `lvl_warning`, `lvl_notice`, `lvl_deprecated`, `lvl_fatal`, `max_size_mb`, `auto_off_hours`, `started_by`, `started_at`) VALUES
(1, 0, 1, 1, 1, 1, 5, 6, NULL, NULL);
--
-- Table structure for table `%PREFIX%milestones`
--
CREATE TABLE IF NOT EXISTS `%PREFIX%milestones` (
`type` varchar(20) NOT NULL COMMENT 'settle2,pop1000,artefact,ww,plan',
`uid` int(11) NOT NULL,
`username` varchar(64) NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`type`),
KEY `uid` (`uid`),
KEY `time` (`time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
(1, 0, 1, 1, 1, 1, 5, 6, NULL, NULL);