Skip to content

Commit

Permalink
fix(be): specify varchat max length
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jul 7, 2023
1 parent 83b00af commit 61e43b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sql/migrations/v2.8.91.sql
Original file line number Diff line number Diff line change
@@ -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`;

Expand Down

0 comments on commit 61e43b0

Please sign in to comment.