mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +08:00
15 lines
284 B
MySQL
15 lines
284 B
MySQL
![]() |
.mode insert branches
|
||
|
.out db/main_branches.sql
|
||
|
select * from branches;
|
||
|
|
||
|
.mode insert notes
|
||
|
.out db/main_notes.sql
|
||
|
select * from notes;
|
||
|
|
||
|
.mode insert images
|
||
|
.out db/main_images.sql
|
||
|
select * from images;
|
||
|
|
||
|
.mode insert note_images
|
||
|
.out db/main_note_images.sql
|
||
|
select * from note_images;
|