mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
8480776ccd
Summary: Ref T11957. This renames the Configuration storage, transaction, query, and PHID type. No rename on the actual menu item types yet, that's next (and should be the end of this, I think). Test Plan: - Viewed projects. - Viewed profiles. - Edited a project menu. - Grepped for all renamed symbols, I think? Reviewers: chad Reviewed By: chad Maniphest Tasks: T11957 Differential Revision: https://secure.phabricator.com/D17027
3 lines
156 B
SQL
3 lines
156 B
SQL
ALTER TABLE {$NAMESPACE}_search.search_profilepanelconfiguration
|
|
CHANGE panelProperties menuItemProperties
|
|
LONGTEXT NOT NULL COLLATE {$COLLATE_TEXT};
|