Skip to content

Commit

Permalink
set valid status (seem don't set is also OK)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 authored and ti-chi-bot committed Feb 21, 2022
1 parent 9b39407 commit 72bb3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/pkg/schema/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ func (tr *Tracker) getTableInfoByCreateStmt(tctx *tcontext.Context, tableID stri
if err != nil {
return nil, dmterror.ErrSchemaTrackerCannotMockDownstreamTable.Delegate(err, createStr)
}
ti.State = model.StatePublic
return ti, nil
}

Expand Down

0 comments on commit 72bb3f8

Please sign in to comment.