This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Trilium
Watch
1
Star
0
Fork
0
You've already forked Trilium
mirror of
https://github.com/zadam/trilium.git
synced
2025-11-03 03:46:37 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
392b89e6dd4e5b46a28e837b3bf0348c7caa2b32
Trilium
/
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