mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5 lines
183 B
MySQL
5 lines
183 B
MySQL
|
/* Reset message counts to fix the bug in T11705 which caused some of them to
|
||
|
become very large. */
|
||
|
UPDATE {$NAMESPACE}_repository.repository_statusmessage
|
||
|
SET messageCount = 0;
|