mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
2 lines
154 B
SQL
2 lines
154 B
SQL
UPDATE labels SET value = 'frontendStartup' WHERE value = 'frontend_startup';
|
|
UPDATE labels SET value = 'backendStartup' WHERE value = 'backend_startup';
|