mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
11 lines
250 B
SQL
11 lines
250 B
SQL
DROP TABLE anchors;
|
|
DROP TABLE attachments;
|
|
DROP TABLE bookmarks;
|
|
DROP TABLE custom_properties;
|
|
DROP TABLE deletions;
|
|
DROP TABLE deletions_attachments;
|
|
DROP TABLE formatting;
|
|
DROP TABLE icons;
|
|
DROP TABLE tags;
|
|
DROP TABLE tags_notes;
|
|
DROP TABLE tasks; |