mirror of
https://github.com/zadam/trilium.git
synced 2024-11-12 10:44:42 +08:00
3 lines
196 B
MySQL
3 lines
196 B
MySQL
|
UPDATE attributes SET type = 'label', name = 'label:' || name WHERE type = 'label-definition';
|
||
|
UPDATE attributes SET type = 'label', name = 'relation:' || name WHERE type = 'relation-definition';
|