mirror of
https://github.com/zadam/trilium.git
synced 2024-11-14 19:55:10 +08:00
2 lines
256 B
SQL
2 lines
256 B
SQL
UPDATE attributes SET value = replace(value, 'setLabelValue', 'updateLabelValue') WHERE name = 'action' AND type = 'label';
|
|
UPDATE attributes SET value = replace(value, 'setRelationTarget', 'updateRelationTarget') WHERE name = 'action' AND type = 'label';
|