mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
9 lines
270 B
MySQL
9 lines
270 B
MySQL
|
ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
|
||
|
ADD writeWait BIGINT UNSIGNED;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
|
||
|
ADD readWait BIGINT UNSIGNED;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
|
||
|
ADD hostWait BIGINT UNSIGNED;
|