trilium/db/migrations/0196__rename_bulk_actions.sql

3 lines
256 B
MySQL
Raw Normal View History

2022-06-06 04:50:02 +08:00
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';