mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-12 12:24:50 +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;
|