FOSSology  4.4.0
Open Source License Compliance by Open Source Software
dbmigrate_real-parent.php
Go to the documentation of this file.
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2015 Siemens AG
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
16 echo "Adding link to real parent in uploadtree table\n";
17 $dbManager->queryOnce('UPDATE uploadtree SET realparent = getItemParent(uploadtree_pk) WHERE realparent IS NULL');