[jOOQ/jOOQ#17274] No need to drop pre-existing tables
This commit is contained in:
parent
e5a53bbc69
commit
0a4f43e12a
@ -176,7 +176,7 @@ public class JPADatabase extends AbstractInterpretingDatabase {
|
||||
|
||||
// [#17274] Don't swallow errors during the exports
|
||||
export.setHaltOnError(true);
|
||||
export.create(EnumSet.of(TargetType.DATABASE), metadata.buildMetadata());
|
||||
export.createOnly(EnumSet.of(TargetType.DATABASE), metadata.buildMetadata());
|
||||
|
||||
if (useAttributeConverters)
|
||||
loadAttributeConverters(metadata.getAnnotatedClasses());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user