Page MenuHomePhorge

20130611.migrateoauth.php
No OneTemporary

Size
475 B
Referenced Files
None
Subscribers
None

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(
'This database has ancient OAuth account data and is too old to '.
'upgrade directly to a modern software version. 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, Jun 18, 5:56 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224017
Default Alt Text
20130611.migrateoauth.php (475 B)

Event Timeline