Skip to content

Commit 7b0c438

Browse files
committed
chore
Signed-off-by: wk989898 <nhsmwk@gmail.com>
1 parent ba49b41 commit 7b0c438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/common/event/redo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ func (r *RedoDDLEvent) ToDDLEvent() *DDLEvent {
390390
columns := make([]*timodel.ColumnInfo, 0, len(r.DDL.Columns))
391391
for _, col := range r.DDL.Columns {
392392
colInfo := &timodel.ColumnInfo{
393-
ID: int64(len(columns)),
394393
Name: ast.NewCIStr(col.Name),
395394
State: timodel.StatePublic,
396395
Version: col.Version,

0 commit comments

Comments
 (0)