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):
780780 sqlstate = '55P03'
781781
782782
783- class UnsafeNewEnumValueUsageError (ObjectNotInPrerequisiteStateError ):
784- sqlstate = '55P04'
785-
786-
787783class OperatorInterventionError (_base .PostgresError ):
788784 sqlstate = '57000'
789785
@@ -1102,8 +1098,8 @@ class IndexCorruptedError(InternalServerError):
11021098 'UndefinedColumnError' , 'UndefinedFileError' ,
11031099 'UndefinedFunctionError' , 'UndefinedObjectError' ,
11041100 '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'
11091105)
You can’t perform that action at this time.
0 commit comments