Page MenuHomePhorge

042.commentmetadata.sql
No OneTemporary

Authored By
Unknown
Size
379 B
Referenced Files
None
Subscribers
None

042.commentmetadata.sql

ALTER TABLE {$NAMESPACE}_differential.differential_comment
ADD metadata LONGBLOB NOT NULL;
UPDATE {$NAMESPACE}_differential.differential_comment
SET metadata = '{}' WHERE metadata = '';
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_transaction
ADD metadata LONGBLOB NOT NULL;
UPDATE {$NAMESPACE}_maniphest.maniphest_transaction
SET metadata = '{}' WHERE metadata = '';

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 2:47 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18832098
Default Alt Text
042.commentmetadata.sql (379 B)

Event Timeline