diff --git a/accountsdb-plugin-postgres/scripts/create_schema.sql b/accountsdb-plugin-postgres/scripts/create_schema.sql index 2e72215a54..732bcd6783 100644 --- a/accountsdb-plugin-postgres/scripts/create_schema.sql +++ b/accountsdb-plugin-postgres/scripts/create_schema.sql @@ -50,7 +50,6 @@ Create TYPE "TransactionErrorCode" AS ENUM ( 'InvalidWritableAccount', 'WouldExceedMaxAccountDataCostLimit', 'TooManyAccountLocks', - 'AddressLookupError' 'AddressLookupTableNotFound', 'InvalidAddressLookupTableOwner', 'InvalidAddressLookupTableData',