🗃️(models) remove 'secret' field from mailbox model

We remove 'secret' field, as it won't be of use in interactions
between la Régie and dimail. Régie credentials will be stored and used
as project variable.
This commit is contained in:
Marie PUPO JEAMMET
2024-08-30 15:49:04 +02:00
committed by Marie
parent 9503b073b6
commit ba30b1d3ee
5 changed files with 47 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1 on 2024-08-30 12:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('mailbox_manager', '0012_alter_mailbox_local_part'),
]
operations = [
migrations.RemoveField(
model_name='maildomain',
name='secret',
),
]