1 ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
2 ADD writeWait BIGINT UNSIGNED;
4 ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
5 ADD readWait BIGINT UNSIGNED;
7 ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
8 ADD hostWait BIGINT UNSIGNED;