mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
(stable) Add a default value for messageCount so writes from old tiers survive
the update query Auditors: chad
This commit is contained in:
parent
894d0dc51b
commit
a768a252af
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE {$NAMESPACE}_repository.repository_statusmessage
|
||||
CHANGE messageCount messageCount INT UNSIGNED NOT NULL DEFAULT 0;
|
Loading…
Reference in a new issue