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-10 02:02:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
db
/
migrations
/
0201__move_share_under_hidden.sql
2 lines
72 B
MySQL
Raw
Normal View
History
Unescape
Escape
add prefix "_" to "named" IDs
2022-12-21 16:11:00 +01:00
UPDATE
branches
SET
parentNoteId
=
'
_hidden
'
WHERE
branchId
=
'
_share
'
;
Reference in New Issue
Copy Permalink