diff --git a/plugins/sphinx/class/sphinx_make.py b/plugins/sphinx/class/sphinx_make.py index c145191ed..1213e4b14 100644 --- a/plugins/sphinx/class/sphinx_make.py +++ b/plugins/sphinx/class/sphinx_make.py @@ -72,10 +72,8 @@ class sphinxMake(): def createSql(self, db): conf = ''' CREATE TABLE IF NOT EXISTS `{$DB_NAME}`.`{$TABLE_NAME}` ( - `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `table` varchar(200) NOT NULL, `max_id` bigint(20) unsigned DEFAULT '0', - PRIMARY KEY (`id`), KEY `table` (`table`) ) ENGINE=InnoDB CHARSET=utf8mb4; '''