hydra/src/sql/upgrade-55.sql

4 lines
196 B
MySQL
Raw Normal View History

alter table Builds add column notificationPendingSince integer;
create index IndexBuildsOnNotificationPendingSince on Builds(notificationPendingSince) where notificationPendingSince is not null;