Skip to content

Commit

Permalink
Fix owner path length too small
Browse files Browse the repository at this point in the history
Signed-off-by: chilianyi <[email protected]>
  • Loading branch information
chilianyi committed Mar 20, 2019
1 parent e262e73 commit 5f1b3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/db/schema/am/V0_8__owner_path_length.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `role` MODIFY owner_path varchar(255) not null;

0 comments on commit 5f1b3d1

Please sign in to comment.