Remove outdated enums for testrun_message

These enums are not present in the database.
This commit is contained in:
Sebastian Serth
2022-10-04 14:47:56 +02:00
parent b8b7cd99bd
commit 42a7bf9983

View File

@ -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: {