SAAS-525: Station Termination -> Delete cloud_file table records
Deleted cloud_file records. Renamed the function that does this.
This commit is contained in:
parent
09c30bde1b
commit
ab4ebb2969
4 changed files with 17 additions and 43 deletions
|
@ -25,7 +25,7 @@ class ProvisioningController extends Zend_Controller_Action
|
|||
|
||||
foreach ($CC_CONFIG["supportedStorageBackends"] as $storageBackend) {
|
||||
$proxyStorageBackend = new ProxyStorageBackend($storageBackend);
|
||||
$proxyStorageBackend->deleteObjects();
|
||||
$proxyStorageBackend->deleteAllCloudFileObjects();
|
||||
}
|
||||
|
||||
//check at to make sure cloud_file table is empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue