summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-19 16:28:41 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-19 16:28:41 +0000
commit237f3fe187ad54d0f73927324ed6f7bcf6e9ed1f (patch)
treef9e0d53e0fd03cf2dcbc66dfdd73f768ae261ca4 /scripts-dev
parentMerge pull request #6470 from matrix-org/babolivier/port_db_ci_failure (diff)
parentMerge pull request #6464 from matrix-org/erikj/make_public_sql_base (diff)
downloadsynapse-237f3fe187ad54d0f73927324ed6f7bcf6e9ed1f.tar.xz
Merge pull request #6464 from matrix-org/erikj/make_public_sql_base
* commit 'ddbbfc951':
  Newsfile
  Remove underscore from SQLBaseStore functions
  Don't call SQLBaseStore methods from outside stores
Diffstat (limited to 'scripts-dev')
-rw-r--r--scripts-dev/hash_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/hash_history.py b/scripts-dev/hash_history.py

index d20f6db176..bf3862a386 100644 --- a/scripts-dev/hash_history.py +++ b/scripts-dev/hash_history.py
@@ -27,7 +27,7 @@ class Store(object): "_store_pdu_reference_hash_txn" ] _store_prev_pdu_hash_txn = SignatureStore.__dict__["_store_prev_pdu_hash_txn"] - _simple_insert_txn = SQLBaseStore.__dict__["_simple_insert_txn"] + simple_insert_txn = SQLBaseStore.__dict__["simple_insert_txn"] store = Store()