Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
alter table Builds add column notificationPendingSince integer; create index IndexBuildsOnNotificationPendingSince on Builds(notificationPendingSince) where notificationPendingSince is not null;