This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-08-09 17:52:32 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
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 13:45:56 +01:00
UPDATE
branches
SET
parentNoteId
=
'
hidden
'
WHERE
noteId
=
'
globalNoteMap
'
;
Reference in New Issue
Copy Permalink