This website requires JavaScript.
Explore
Help
Sign in
zadam
/
trilium
Watch
1
Star
1
Fork
You've already forked trilium
0
mirror of
https://github.com/zadam/trilium.git
synced
2025-01-15 19:51:57 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7c6d67f1ad
trilium
/
db
/
migrations
/
0202__move_global_note_map_under_hidden.sql
2 lines
76 B
MySQL
Raw
Normal View
History
Unescape
Escape
fixed migrations
2022-12-08 20:45:56 +08:00
UPDATE
branches
SET
parentNoteId
=
'
hidden
'
WHERE
noteId
=
'
globalNoteMap
'
;
Reference in a new issue
Copy permalink