File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -780,10 +780,6 @@ class LockNotAvailableError(ObjectNotInPrerequisiteStateError):
780
780
sqlstate = '55P03'
781
781
782
782
783
- class UnsafeNewEnumValueUsageError (ObjectNotInPrerequisiteStateError ):
784
- sqlstate = '55P04'
785
-
786
-
787
783
class OperatorInterventionError (_base .PostgresError ):
788
784
sqlstate = '57000'
789
785
@@ -1102,8 +1098,8 @@ class IndexCorruptedError(InternalServerError):
1102
1098
'UndefinedColumnError' , 'UndefinedFileError' ,
1103
1099
'UndefinedFunctionError' , 'UndefinedObjectError' ,
1104
1100
'UndefinedParameterError' , 'UndefinedTableError' ,
1105
- 'UniqueViolationError' , 'UnsafeNewEnumValueUsageError ' ,
1106
- 'UnterminatedCStringError ' , 'UntranslatableCharacterError ' ,
1107
- 'WindowingError ' , 'WithCheckOptionViolationError ' ,
1108
- 'WrongObjectTypeError' , ' ZeroLengthCharacterStringError'
1101
+ 'UniqueViolationError' , 'UnterminatedCStringError ' ,
1102
+ 'UntranslatableCharacterError ' , 'WindowingError ' ,
1103
+ 'WithCheckOptionViolationError ' , 'WrongObjectTypeError ' ,
1104
+ 'ZeroLengthCharacterStringError'
1109
1105
)
You can’t perform that action at this time.
0 commit comments