HHH-16663 Fix TCK failure due to wrong refactoring in schema management Action enum
This commit is contained in:
parent
4ebc24daa0
commit
fa15bba8c8
|
@ -106,7 +106,7 @@ public enum Action {
|
|||
return "create";
|
||||
case DROP:
|
||||
return "drop";
|
||||
case CREATE_DROP:
|
||||
case CREATE:
|
||||
return "drop-and-create";
|
||||
default:
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue