Home
last modified time | relevance | path

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

/dports/www/nextcloud-appointments/appointments/lib/Migration/
H A DVersion010201Date20211211000004.php28 if (!$schema->hasTable(BackendUtils::SYNC_TABLE_NAME)) {
29 $table = $schema->createTable(BackendUtils::SYNC_TABLE_NAME);
/dports/www/nextcloud-appointments/appointments/lib/Backend/
H A DBCSabreImpl.php748 ->from(BackendUtils::SYNC_TABLE_NAME)
773 $rows = $qb->update(BackendUtils::SYNC_TABLE_NAME)
781 $qb->insert(BackendUtils::SYNC_TABLE_NAME)
H A DBackendUtils.php30 const SYNC_TABLE_NAME = "appointments_sync"; define in OCA\\Appointments\\Backend\\BackendUtils
1805 $qb->delete(self::SYNC_TABLE_NAME)