Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18921239
031.workerrace.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
342 B
Referenced Files
None
Subscribers
None
031.workerrace.sql
View Options
ALTER
TABLE
{$
NAMESPACE
}
_worker
.
worker_task
ADD
dataID
int
unsigned
;
ALTER
TABLE
{$
NAMESPACE
}
_worker
.
worker_task
ADD
UNIQUE
KEY
(
dataID
);
UPDATE
{$
NAMESPACE
}
_worker
.
worker_task
t
,
{$
NAMESPACE
}
_worker
.
worker_taskdata
d
SET
t
.
dataID
=
d
.
id
WHERE
d
.
taskID
=
t
.
id
;
ALTER
TABLE
{$
NAMESPACE
}
_worker
.
worker_taskdata
DROP
taskID
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 11, 1:54 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8224475
Default Alt Text
031.workerrace.sql (342 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment