Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 19, 2024
1 parent 7c7764a commit 545798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlite/def/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub struct Schema {
}

impl Schema {
pub fn collect_unique_indexes(mut self) -> Self {
pub fn merge_indexes_into_table(mut self) -> Self {
for table in self.tables.iter_mut() {
for index in self.indexes.iter() {
if index.unique && index.table_name == table.name {
Expand Down

0 comments on commit 545798f

Please sign in to comment.