mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-01 06:58:14 +02: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;
|