1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Add a default value for messageCount so writes from old tiers survive the

update query

Auditors: chad
This commit is contained in:
epriestley 2016-09-19 19:43:24 -07:00
parent d3280c406d
commit 51f8ec4487

View file

@ -0,0 +1,2 @@
ALTER TABLE {$NAMESPACE}_repository.repository_statusmessage
CHANGE messageCount messageCount INT UNSIGNED NOT NULL DEFAULT 0;