Koji host configuration was split to versioned host_config table
This commit is contained in:
parent
4321755fb3
commit
5dfd44ca88
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ select now() as time, 'expiring active buildroots' as msg;
|
|||
update standard_buildroot set state=3, retire_event=get_event() where state=0;
|
||||
|
||||
-- enable/disable hosts
|
||||
update host set enabled=False;
|
||||
update host_config set enabled=False where active;
|
||||
|
||||
-- fix host_channels
|
||||
truncate host_channels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue