mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
8d79c7282d
Summary: Fixes T2559 with an incredibly original patch which I came up with myself. Test Plan: $ ./bin/storage upgrade -f Applying patch 'phabricator:20130218.longdaemon.sql'... Storage is up to date. Use 'storage status' for details. Reviewers: edward Reviewed By: edward CC: aran Maniphest Tasks: T2559 Differential Revision: https://secure.phabricator.com/D5006
2 lines
98 B
SQL
2 lines
98 B
SQL
ALTER TABLE {$NAMESPACE}_daemon.daemon_log
|
|
CHANGE argv argv LONGTEXT NOT NULL COLLATE utf8_bin;
|