mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
HHH-12753 - Remove an override that was not relevant to this jira.
This commit is contained in:
parent
005d5b7c74
commit
ad5f96c613
@ -86,11 +86,4 @@ protected SqlTypeDescriptor getSqlTypeDescriptorOverride(int sqlCode) {
|
||||
return super.getSqlTypeDescriptorOverride( sqlCode );
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canCreateSchema() {
|
||||
// this seems to only be a problem in QE where schema management is disabled.
|
||||
// should we keep this?
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user