mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
split javascript mime type into frontend and backend
This commit is contained in:
1
db/migrations/0078__javascript_type.sql
Normal file
1
db/migrations/0078__javascript_type.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE notes SET mime = 'application/javascript;env=frontend' WHERE type = 'code' AND mime = 'application/javascript';
|
||||
Reference in New Issue
Block a user