]> git.ipfire.org Git - pbs.git/commitdiff
events: Build comments are a major event
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Apr 2023 10:30:55 +0000 (10:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Apr 2023 10:30:55 +0000 (10:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/events.py

index f06f289bcdbdecc83106897c6759c1f2db5d6aa7..c9d544f1b819e461e268b5746c2680141846cbd1 100644 (file)
@@ -142,7 +142,7 @@ EVENTS_VIEW = """
                SELECT
                        'build-comment' AS type,
                        build_comments.created_at AS t,
-                       4 AS priority,
+                       5 AS priority,
                        build_comments.build_id AS build,
                        NULL AS by_build,
                        build_comments.id AS build_comment,