]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Updates the mail db model to use the built-in enum capabilities and runs the migrations 550/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Mon, 28 Mar 2022 17:41:18 +0000 (10:41 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Fri, 8 Apr 2022 15:55:40 +0000 (08:55 -0700)
commitf358eda5c5045bd6859f17062e1afcb865d7426e
tree7fcd7b6b1e531af784a41c87411cfe35bb7c48cf
parent035130ecdcced8b2a3963c3cc2ee35e0bbe8c5f6
Updates the mail db model to use the built-in enum capabilities and runs the migrations
src/paperless_mail/mail.py
src/paperless_mail/migrations/0009_alter_mailrule_action_alter_mailrule_folder.py [new file with mode: 0644]
src/paperless_mail/models.py
src/paperless_mail/tests/test_mail.py