mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
3 lines
202 B
MySQL
3 lines
202 B
MySQL
|
|
UPDATE attributes SET name = 'updateLabelValue' WHERE name = 'setLabelValue' AND type = 'label';
|
||
|
|
UPDATE attributes SET name = 'updateRelationTarget' WHERE name = 'setRelationTarget' AND type = 'label';
|