Skip to content

Commit 96810f6

Browse files
author
jianggang
authored
fix: set auto_increment primary key for segment_version
1 parent 24eaeb6 commit 96810f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
ALTER TABLE segment_version
2-
MODIFY id bigint;
1+
ALTER TABLE segment_version MODIFY id bigint auto_increment;

0 commit comments

Comments
 (0)