mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
migration comments
This commit is contained in:
@@ -5,7 +5,8 @@ module.exports = () => {
|
||||
|
||||
cls.init(() => {
|
||||
beccaLoader.load();
|
||||
// create it because it subsequent migrations we will move some existing notes into it (share...)
|
||||
// make sure the hidden subtree exists since the subsequent migrations we will move some existing notes into it (share...)
|
||||
// in previous releases hidden subtree was created lazily
|
||||
hiddenSubtreeService.checkHiddenSubtree();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user