hydra.sql: add IndexRunCommandLogsOnBuildID index
This commit is contained in:
@@ -2,3 +2,4 @@ alter table runcommandlogs add column uuid uuid;
|
||||
update runcommandlogs set uuid = gen_random_uuid() where uuid is null;
|
||||
alter table runcommandlogs alter column uuid set not null;
|
||||
alter table runcommandlogs add constraint RunCommandLogs_uuid_unique unique(uuid);
|
||||
create index IndexRunCommandLogsOnBuildID on RunCommandLogs(build_id);
|
||||
|
Reference in New Issue
Block a user