1
0
派生 0
镜像自地址 https://github.com/Alamantus/Lexiconga.git 已同步 2025-10-22 13:15:07 +02:00

Rename sort_by_equivalent column to sort_by_definition

这个提交存在于:
Robbie Antenesse 2018-01-12 09:23:23 -07:00
父节点 2a79c800f0
当前提交 7e7ffb8525

查看文件

@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS `dictionaries` (
`description` text COLLATE utf8_unicode_ci NOT NULL COMMENT 'Markdown',
`allow_duplicates` tinyint(1) NOT NULL DEFAULT '0',
`case_sensitive` tinyint(1) NOT NULL DEFAULT '0',
`sort_by_equivalent` tinyint(1) NOT NULL DEFAULT '0',
`sort_by_definition` tinyint(1) NOT NULL DEFAULT '0',
`is_complete` tinyint(1) NOT NULL DEFAULT '0',
`is_public` tinyint(1) NOT NULL DEFAULT '0',
`last_updated` timestamp NULL DEFAULT NULL,