mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
5ff0ae7d48
Summary: Ref T13513. This plans for "currently editing", character range comments, code suggestions, document engine tracking. And absolutely nothing else. Test Plan: - Ran `bin/storage upgrade -f`, got a clean upgrade. - Created and submitted some inline comments; nothing exploded. Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13513 Differential Revision: https://secure.phabricator.com/D21184
2 lines
99 B
SQL
2 lines
99 B
SQL
UPDATE {$NAMESPACE}_audit.audit_transaction_comment
|
|
SET attributes = '{}' WHERE attributes = '';
|