From 676c43b9d2b50b62a767839d357fdc9dc1b46553 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:56:39 -0800 Subject: [PATCH] Fixed a merge issue (#22464) Removed AddressLookupError --- accountsdb-plugin-postgres/scripts/create_schema.sql | 1 - 1 file changed, 1 deletion(-) 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',