aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/model/sighash.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/model/sighash.py')
-rw-r--r--src/mailman_pgp/model/sighash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/model/sighash.py b/src/mailman_pgp/model/sighash.py
index 6511484..9803ffc 100644
--- a/src/mailman_pgp/model/sighash.py
+++ b/src/mailman_pgp/model/sighash.py
@@ -24,7 +24,7 @@ from mailman_pgp.model.base import Base
class PGPSigHash(Base):
""""""
- __tablename__ = 'sighash'
+ __tablename__ = 'pgp_sighashes'
hash = Column(LargeBinary, primary_key=True)
fingerprint = Column(String(50), index=True)