Koji host configuration was split to versioned host_config table

This commit is contained in:
Mikolaj Izdebski 2018-11-01 01:08:30 +00:00
parent 4321755fb3
commit 5dfd44ca88

View file

@ -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;