Forgot this in the migration op

This commit is contained in:
shamoon
2026-09-04 14:48:30 -07:00
parent 9a30866fa9
commit 4be27e9994
@@ -1,8 +1,12 @@
from django.conf import settings
from django.db import migrations
from django.db import models
def clear_implicit_ai_disabled(apps, schema_editor):
if not settings.AI_ENABLED:
return
application_configuration = apps.get_model(
"paperless",
"ApplicationConfiguration",