mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
support for loading and saving type and mime
This commit is contained in:
1
migrations/0069__add_mime_to_note.sql
Normal file
1
migrations/0069__add_mime_to_note.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE notes ADD COLUMN mime TEXT NOT NULL DEFAULT 'text/html';
|
||||
Reference in New Issue
Block a user