镜像自地址
https://github.com/Alamantus/Lexiconga.git
已同步 2025-10-22 13:15:07 +02:00
Rename sort_by_equivalent column to sort_by_definition
这个提交存在于:
父节点
2a79c800f0
当前提交
7e7ffb8525
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -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,
|
||||
|
|
正在加载…
添加表格
在新工单中引用