mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix(be): specify varchat max length
This commit is contained in:
parent
83b00afc09
commit
61e43b0da2
@ -1,4 +1,4 @@
|
||||
ALTER TABLE project__user ADD `role` varchar NOT NULL DEFAULT 'task_runner';
|
||||
ALTER TABLE project__user ADD `role` varchar(50) NOT NULL DEFAULT 'task_runner';
|
||||
|
||||
UPDATE project__user SET `role` = 'owner' WHERE `admin`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user