Make workflow run logs immutable

[MAILPOET-4463]
This commit is contained in:
John Oleksowicz
2022-09-12 12:33:03 -05:00
committed by Jan Jakeš
parent cdeea173b9
commit 6f8edfaec4
5 changed files with 2 additions and 57 deletions

View File

@@ -69,7 +69,6 @@ class Migrator {
step_id varchar(255) NOT NULL,
status varchar(255) NOT NULL,
created_at timestamp NOT NULL,
updated_at timestamp NOT NULL,
completed_at timestamp NULL DEFAULT NULL,
args longtext,
errors longtext,