mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-02 07:29:25 +01:00
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;
|