Skip to content

Commit

Permalink
undo 4b51b25
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jan 5, 2025
1 parent 4b51b25 commit d7a1320
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ public SqlHelper getSqlHelper() {
public IndexHelper getIndexHelper() {
return indexHelper;
}

public String getCreateIndex(Index index) {
return getCreateIndex(index, false);
}
}

0 comments on commit d7a1320

Please sign in to comment.