mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
2 lines
202 B
SQL
2 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';
|