trilium/db/migrations/0069__add_mime_to_note.sql

1 line
68 B
SQL

ALTER TABLE notes ADD COLUMN mime TEXT NOT NULL DEFAULT 'text/html';