Home
last modified time | relevance | path

Searched refs:tableNameOld (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php84 $tableNameOld = $tableName . '_old'; variable
96 echo "We're going to rename the old table to $tableNameOld (just in case).\n";
102 $pdo->exec("RENAME TABLE $tableName TO $tableNameOld");
139 $pdo->exec("ALTER TABLE $tableName RENAME TO $tableNameOld");