return sequelize.transaction(async () => {
      await node.reload();
      return this.moveNode(node, node.rgt + 1, 0);
    });