allow longer name for created_by

This commit is contained in:
Ruben Fiszel
2022-08-18 15:00:00 +02:00
parent 6ea0e3d34d
commit 6654474501
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE queue ALTER COLUMN created_by TYPE varchar(255);
ALTER TABLE completed_job ALTER COLUMN created_by TYPE varchar(255);