Skip to content

Commit

Permalink
fix(meta): set auto_increment when restoring metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Nov 8, 2024
1 parent c1c26f7 commit 0a49bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/backup_restore/restore_impl/v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ macro_rules! reset_mysql_sequence {
};
}

/// Fixes auto_increment fields.
/// Fixes `auto_increment` fields.
async fn update_auto_inc(
metadata: &MetadataV2,
db: &impl sea_orm::ConnectionTrait,
Expand Down

0 comments on commit 0a49bbd

Please sign in to comment.