trilium/db/migrations/0003__add_is_deleted_to_note.sql

1 line
66 B
SQL

ALTER TABLE notes ADD COLUMN is_deleted INTEGER NOT NULL DEFAULT 0