mirror of
https://github.com/zadam/trilium.git
synced 2024-11-12 10:44:42 +08:00
3 lines
No EOL
222 B
SQL
3 lines
No EOL
222 B
SQL
UPDATE attributes SET name = 'internalLink' WHERE name = 'internal-link';
|
|
UPDATE attributes SET name = 'imageLink' WHERE name = 'image-link';
|
|
UPDATE attributes SET name = 'relationMapLink' WHERE name = 'relation-map-link'; |