mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
f239d81c1c
Summary: Fixes T4703. This is a VARCHAR(255) for no particular reason. Test Plan: {F136160} Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T4703 Differential Revision: https://secure.phabricator.com/D8652
2 lines
97 B
SQL
2 lines
97 B
SQL
ALTER TABLE {$NAMESPACE}_flag.flag
|
|
CHANGE note note LONGTEXT NOT NULL COLLATE utf8_general_ci;
|