Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101297705
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
Fri, Feb 7, 14:10
Size
220 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 14:10 (2 d)
Engine
blob
Format
Raw Data
Handle
24126707
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