mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Everyone loves SQL typos
This commit is contained in:
parent
197f3ea4ba
commit
3bd2841fdb
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user