mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 20:39:49 -06:00
3 lines
150 B
SQL
3 lines
150 B
SQL
UPDATE labels SET name = 'frontendStartup' WHERE name = 'frontend_startup';
|
|
UPDATE labels SET name = 'backendStartup' WHERE name = 'backend_startup';
|