Kotlin: Fix compilation_finished upgrade script

This commit is contained in:
Ian Lynagh
2022-05-10 14:55:10 +01:00
parent b5572422df
commit 3662611b04

View File

@@ -3,5 +3,5 @@ class Compilation extends @compilation {
}
from Compilation c, float cpu_seconds, float elapsed_seconds
where compilations(c, cpu_seconds, elapsed_seconds)
where compilation_finished(c, cpu_seconds, elapsed_seconds)
select c, cpu_seconds, elapsed_seconds, /* success */ 0