mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Everyone loves SQL typos
This commit is contained in:
parent
197f3ea4ba
commit
3bd2841fdb
@ -212,7 +212,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
|||||||
)
|
)
|
||||||
# cleanup regex
|
# cleanup regex
|
||||||
txn.execute(
|
txn.execute(
|
||||||
"DELETE FROM application_services_regex WHERE id=?",
|
"DELETE FROM application_services_regex WHERE as_id=?",
|
||||||
(as_id,)
|
(as_id,)
|
||||||
)
|
)
|
||||||
for (ns_int, ns_str) in enumerate(namespace_enum):
|
for (ns_int, ns_str) in enumerate(namespace_enum):
|
||||||
|
Loading…
Reference in New Issue
Block a user