Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97882726
117.repositorydescription.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 7, 03:58
Size
220 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 03:58 (2 d)
Engine
blob
Format
Raw Data
Handle
23429029
Attached To
rPH Phabricator
117.repositorydescription.php
View Options
<?php
$conn
=
id
(
new
PhabricatorRepository
())->
establishConnection
(
'w'
);
if
(
queryfx_one
(
$conn
,
"SHOW COLUMNS FROM `repository` LIKE 'description'"
))
{
queryfx
(
$conn
,
'ALTER TABLE `repository` DROP `description`'
);
}
Event Timeline
Log In to Comment