mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
camel case for reddit labels and run values
This commit is contained in:
2
db/migrations/0085__camelCase_run_values.sql
Normal file
2
db/migrations/0085__camelCase_run_values.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE labels SET name = 'frontendStartup' WHERE name = 'frontend_startup';
|
||||
UPDATE labels SET name = 'backendStartup' WHERE name = 'backend_startup';
|
Reference in New Issue
Block a user