diff --git a/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg b/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg
index 4f6a9f9..7c0e76e 100644
--- a/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg
+++ b/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg
@@ -11,7 +11,7 @@ update() ::= <<
UPDATE accounts
SET email = :email, name = :name, first_name_length = :firstNameLength, phone = :phone,
currency = :currency, billing_cycle_day = :billingCycleDay, payment_provider_name = :paymentProviderName
- WHERE id = :id AND external_key = :externalKey;
+ WHERE id = :id;
>>
getAccountByKey() ::= <<