0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-03 18:08:19 +02:00

Everyone loves SQL typos

This commit is contained in:
Kegan Dougal 2015-02-03 11:37:52 +00:00
parent 197f3ea4ba
commit 3bd2841fdb

View file

@ -212,7 +212,7 @@ class ApplicationServiceStore(SQLBaseStore):
)
# cleanup regex
txn.execute(
"DELETE FROM application_services_regex WHERE id=?",
"DELETE FROM application_services_regex WHERE as_id=?",
(as_id,)
)
for (ns_int, ns_str) in enumerate(namespace_enum):