custom fields i18n finish

This commit is contained in:
xiaomlove
2021-03-18 02:01:12 +08:00
parent 17c9ed60aa
commit 428ebd85b8
14 changed files with 58 additions and 59 deletions

View File

@@ -1705,7 +1705,7 @@ CREATE TABLE `searchbox` (
`catpadding` smallint(5) unsigned NOT NULL DEFAULT '25',
`custom_fields` text,
`custom_fields_display_name` varchar(255) NOT NULL DEFAULT '',
`custom_fields_display_order` text,
`custom_fields_display` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;