aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/model/list.py
diff options
context:
space:
mode:
authorJ08nY2017-06-22 15:49:20 +0200
committerJ08nY2017-06-22 15:49:20 +0200
commit50df74e60b5f67b18470133efd68629d7667d0b0 (patch)
tree54977e38717dd28573c402f66d23068224e9f073 /src/mailman_pgp/model/list.py
parent6f513b5b8dd6229b4ebc84911c1cd0d42f1701e2 (diff)
downloadmailman-pgp-50df74e60b5f67b18470133efd68629d7667d0b0.tar.gz
mailman-pgp-50df74e60b5f67b18470133efd68629d7667d0b0.tar.zst
mailman-pgp-50df74e60b5f67b18470133efd68629d7667d0b0.zip
Diffstat (limited to 'src/mailman_pgp/model/list.py')
-rw-r--r--src/mailman_pgp/model/list.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/model/list.py b/src/mailman_pgp/model/list.py
index 4a25f0a..84dd1a8 100644
--- a/src/mailman_pgp/model/list.py
+++ b/src/mailman_pgp/model/list.py
@@ -34,8 +34,8 @@ from mailman_pgp.pgp.keygen import ListKeyGenerator
@public
-class EncryptedMailingList(Base):
- __tablename__ = 'encrypted_lists'
+class PGPMailingList(Base):
+ __tablename__ = 'pgp_lists'
id = Column(Integer, primary_key=True)
list_id = Column(SAUnicode, index=True)