mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-07 15:45:59 +00:00
Fix mariadb migration
This commit is contained in:
parent
a6c31be22f
commit
38387e00a0
@ -24,7 +24,7 @@ update `classifier_setting`
|
|||||||
set `category_list_type` = 'whitelist';
|
set `category_list_type` = 'whitelist';
|
||||||
|
|
||||||
update `classifier_setting`
|
update `classifier_setting`
|
||||||
set `categories` = concat('[`', category, '`]')
|
set `categories` = concat('["', `category`, '"]')
|
||||||
where category is not null;
|
where category is not null;
|
||||||
|
|
||||||
update `classifier_setting`
|
update `classifier_setting`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user