Page MenuHomestyx hydra

20130611.migrateoauth.php
No OneTemporary

20130611.migrateoauth.php

<?php
$table = new PhabricatorUser();
$conn = $table->establishConnection('w');
$table_name = 'user_oauthinfo';
foreach (new LiskRawMigrationIterator($conn, $table_name) as $row) {
throw new Exception(
pht(
'Your Phabricator install has ancient OAuth account data and is '.
'too old to upgrade directly to a modern version of Phabricator. '.
'Upgrade to a version released between June 2013 and February 2019 '.
'first, then upgrade to a modern version.'));
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:16 AM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
714871
Default Alt Text
20130611.migrateoauth.php (492 B)

Event Timeline