diff options
Diffstat (limited to 'src/mailman_pgp/model/list.py')
| -rw-r--r-- | src/mailman_pgp/model/list.py | 4 |
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) |
