Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php85 $changesTable = $itemType . 'changes'; variable
210 $pdo->query("SELECT * FROM $changesTable LIMIT 1");
212 echo "'$changesTable' already exists. Assuming that this part of the\n";
216 echo "Creating '$changesTable' table.\n";
222 CREATE TABLE $changesTable (
236 CREATE TABLE $changesTable (
245 … $pdo->exec("CREATE INDEX {$itemType}id_synctoken ON $changesTable ({$itemType}id, synctoken);");