Removed leftover interreg table (#4737)

The usage of this table was removed in c0ed836
This commit is contained in:
Lemongrass3110
2020-03-27 10:47:28 +01:00
committed by GitHub
parent 0e826261a6
commit ebc96235e7
4 changed files with 2 additions and 13 deletions

View File

@@ -675,17 +675,7 @@ CREATE TABLE IF NOT EXISTS `interlog` (
`log` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
INDEX `time` (`time`)
) ENGINE=MyISAM;
--
-- Table structure for table `interreg`
--
CREATE TABLE IF NOT EXISTS `interreg` (
`varname` varchar(11) NOT NULL,
`value` varchar(20) NOT NULL,
PRIMARY KEY (`varname`)
) ENGINE=InnoDB;
) ENGINE=MyISAM;
--
-- Table structure for table `inventory`