Skip to content

Commit

Permalink
fix: update userID type of test-plan-member and auto-test-plan-member (
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejiancc committed Oct 16, 2021
1 parent b1fe601 commit 010ecf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `dice_autotest_plan_members` MODIFY column `user_id` varchar (255) NOT NULL DEFAULT "" COMMENT 'user_id';
1 change: 1 addition & 0 deletions .erda/migrations/qa/20211015-test-plan-member-userID.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `dice_test_plan_members` MODIFY column `user_id` varchar (255) NOT NULL DEFAULT "" COMMENT 'user_id';

0 comments on commit 010ecf8

Please sign in to comment.