Page MenuHomePhorge

20190815.account.02.subscriptions.php
No OneTemporary

Size
284 B
Referenced Files
None
Subscribers
None

20190815.account.02.subscriptions.php

<?php
$edge_type = PhortuneAccountHasMerchantEdgeType::EDGECONST;
$table = new PhortuneSubscription();
foreach (new LiskMigrationIterator($table) as $sub) {
id(new PhabricatorEdgeEditor())
->addEdge($sub->getAccountPHID(), $edge_type, $sub->getMerchantPHID())
->save();
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 3:41 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226623
Default Alt Text
20190815.account.02.subscriptions.php (284 B)

Event Timeline