mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
6f1053c206
Summary: Ref T4103. Ref T10078. This moves profile image caches to new usercache infrastructure. These dirty automatically based on configuration and User properties, so add some stuff to make that happen. This reduces the number of queries issued on every page by 1. Test Plan: Browsed around, changed profile image, viewed as self, viewed as another user, verified no more query to pull this information on every page Reviewers: chad Reviewed By: chad Maniphest Tasks: T4103, T10078 Differential Revision: https://secure.phabricator.com/D16040
2 lines
68 B
SQL
2 lines
68 B
SQL
ALTER TABLE {$NAMESPACE}_user.user
|
|
DROP COLUMN profileImageCache;
|