Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F950181
20130611.nukeldap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
20130611.nukeldap.php
View Options
<?php
$table
=
new
PhabricatorUser
();
$conn
=
$table
->
establishConnection
(
'w'
);
$table_name
=
'user_ldapinfo'
;
foreach
(
new
LiskRawMigrationIterator
(
$conn
,
$table_name
)
as
$row
)
{
throw
new
Exception
(
pht
(
'This database has ancient LDAP account data and is too old to upgrade '
.
'directly to a modern version of the software. Upgrade to a version '
.
'released between June 2013 and February 2019 first, then upgrade to a '
.
'modern version.'
));
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 1:59 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224033
Default Alt Text
20130611.nukeldap.php (480 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment