mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Add a default value for messageCount so writes from old tiers survive the
update query Auditors: chad
This commit is contained in:
parent
d3280c406d
commit
51f8ec4487
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