allow longer name for created_by
This commit is contained in:
1
backend/migrations/20220818125523_longername.down.sql
Normal file
1
backend/migrations/20220818125523_longername.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
3
backend/migrations/20220818125523_longername.up.sql
Normal file
3
backend/migrations/20220818125523_longername.up.sql
Normal 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);
|
||||
Reference in New Issue
Block a user