Skip to content

Commit

Permalink
Merge #32991
Browse files Browse the repository at this point in the history
32991: sql: fix comments on Comments table migration r=andreimatei a=andreimatei

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
  • Loading branch information
craig[bot] and andreimatei committed Dec 10, 2018
2 parents cfcd74f + 6532ba6 commit 2aef042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sqlmigrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ var backwardCompatibleMigrations = []migrationDescriptor{
workFn: addJobsProgress,
},
{
// Introduced in v2.1.
// TODO(hueypark): bake this migration into v2.2.
// Introduced in v2.2.
// TODO(knz): bake this migration into v2.3.
name: "create system.comment table",
workFn: createCommentTable,
newDescriptorIDs: staticIDs(keys.CommentsTableID),
Expand Down

0 comments on commit 2aef042

Please sign in to comment.