1
0
Fork 0
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:
epriestley 2016-09-19 19:43:24 -07:00
parent 894d0dc51b
commit a768a252af

View file

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