Skip to content

Commit

Permalink
Merge branch 'master' of github.com:j256/ormlite-jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed Dec 6, 2021
2 parents 709a5c1 + a0b482c commit 1e50767
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ public FieldConverter getFieldConverter(DataPersister dataPersister, FieldType f
return super.getFieldConverter(dataPersister, fieldType);
}
}

@Override
public boolean isCreateIndexIfNotExistsSupported() {
return true;
}
}

0 comments on commit 1e50767

Please sign in to comment.