mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 09:30:12 +00:00 
			
		
		
		
	Quote names in sql changesets
This commit is contained in:
		| @@ -24,7 +24,7 @@ update "classifier_setting" | ||||
| set "category_list_type" = 'whitelist'; | ||||
|  | ||||
| update "classifier_setting" | ||||
| set "categories" = concat('["', category, '"]') | ||||
| set "categories" = concat('["', "category", '"]') | ||||
| where category is not null; | ||||
|  | ||||
| update "classifier_setting" | ||||
|   | ||||
| @@ -24,7 +24,7 @@ update "classifier_setting" | ||||
| set "category_list_type" = 'whitelist'; | ||||
|  | ||||
| update "classifier_setting" | ||||
| set "categories" = concat('["', category, '"]') | ||||
| set "categories" = concat('["', "category", '"]') | ||||
| where category is not null; | ||||
|  | ||||
| update "classifier_setting" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user