From 42a7bf9983768e2c26f7aa2b10ff0c76ec026f1e Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 4 Oct 2022 14:47:56 +0200 Subject: [PATCH] Remove outdated enums for testrun_message These enums are not present in the database. --- app/models/testrun_message.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/testrun_message.rb b/app/models/testrun_message.rb index 831d9fd2..2b6d0b97 100644 --- a/app/models/testrun_message.rb +++ b/app/models/testrun_message.rb @@ -17,8 +17,6 @@ class TestrunMessage < ApplicationRecord exception: 10, result: 11, canvasevent: 12, - timeout: 13, # TODO: Shouldn't be in the data, this is a status and can be removed after the migration finished - out_of_memory: 14, # TODO: Shouldn't be in the data, this is a status and can be removed after the migration finished }, _default: :write, _prefix: true enum stream: {