modoboa / modoboa-installer

An installer for Modoboa
MIT License
254 stars 135 forks source link

Post update: ProgrammingError at /accounts/login/ #543

Closed isven42 closed 5 months ago

isven42 commented 5 months ago

Impacted versions

Steps to reproduce

After updatign

Full trace using --debug option or current behaviour

Expected behavior

Video/Screenshot link (optional)

grafik

isven42 commented 5 months ago

fixed... added this in database table adminmailbox

operations = [
    migrations.AddField(
        model_name="mailbox",
        name="is_send_only",
        field=models.BooleanField(default=False),
    ),