mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
3 lines
202 B
SQL
3 lines
202 B
SQL
UPDATE attributes SET name = 'updateLabelValue' WHERE name = 'setLabelValue' AND type = 'label';
|
|
UPDATE attributes SET name = 'updateRelationTarget' WHERE name = 'setRelationTarget' AND type = 'label';
|