mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
51f8ec4487
update query Auditors: chad
2 lines
129 B
SQL
2 lines
129 B
SQL
ALTER TABLE {$NAMESPACE}_repository.repository_statusmessage
|
|
CHANGE messageCount messageCount INT UNSIGNED NOT NULL DEFAULT 0;
|